Kamis, 07 Agustus 2014

Hello World

Its a common sense in a tale to start a story with "Once upon a time...", so does in every programming language. Instead of using "Once upon a time", we use "Hello world".

Lets do it in some language,

Java :
System.out.println("Hello world");
PHP :
$string = "Hello World";
echo $string ;

Tidak ada komentar:

Posting Komentar