"Knowledge is Power" C:
#include <stdio.h>
int main(void){
printf("Alan is a heavy programmer, mostly Android and C");
}
Java:
package com.azdevelopergamer.helloworld;
class HelloWorld {
public static void main(String[] args){
System.out.println("I'm a Simple Program");
}
}