Nerds Central >> Programming
Share to Facebook Share to Myspace Share to Twitter Stumble It Email This More...

Friday 23 January 2015 - 02:40:08

Python:
print("hello world!")

Java:
public static Void main(String[] args){
System.out.println("hello world!");
}

Javascipt:
alert('Hello, World!')

C:
main() {
printf("hello, world");
}

Android:
Toast.makeText(getApplicationContext(), "hello world", Toast.LENGTH_LONG).show();

Who here loves programming?
Which languages do you prefer?
Any projects you are currently working on, share it with us