206 Ways Of Saying “Hello World”

Friday 15 July 2005 @ 7:21 pm

Well, usually when we learn computer programming languages, the first program we will probably write is a simple program to display “Hello World“. Just found a website displaying 206 ways of using different programming languages to display “Hello World”.

Some use just 1 line of programming code, while others some might use up to 100 lines of codes to do the same thing. For non IT literate readers, you may have a look of those codes, and probably you will have an idea how long will be a normal computer application you are using in your PC. :D As for computer programmers, you will feel familiar with some of the codes there, such as :-

[php]< ?php // Hello World in PHP echo 'Hello World!'; ?>[/php]

[java]// Hello World in Java

class HelloWorld {
static public void main( String args[] ) {
System.out.println( “Hello World!” );
}
}[/java]

[cpp]// Hello World in C++

#include

main()
{
cout < < "Hello World!" << endl; return 0; }[/cpp] Hope you enjoy the link. :)


Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post








4 Responses to '206 Ways Of Saying “Hello World”'

  1. twinsmom - July 15th, 2005 at 5:52 pm

    whole week my head only have all this code, macam da vinci’s code. but very interesting though.

  2. twinsmom - July 16th, 2005 at 1:52 am

    whole week my head only have all this code, macam da vinci’s code. but very interesting though.

  3. SapiensBryan - July 15th, 2005 at 5:59 pm

    LoL …

    Hope the codes didn’t drive you nuts. :p

    No doubt programming codes look scary, but once you understand it, it’ll be very interesting. :)

  4. SapiensBryan - July 16th, 2005 at 1:59 am

    LoL …

    Hope the codes didn’t drive you nuts. :p

    No doubt programming codes look scary, but once you understand it, it’ll be very interesting. :)

Powered by Disqus

Apple iPad & Maxis WiFi Modem Reviews «
Apple iPad & Maxis WiFi Modem Reviews
Nokia N8 Reviews «
Nokia N8 Reviews
Samsung Galaxy S Reviews «
Samsung Galaxy S Reviews
Nokia N900 Reviews «
Nokia N900 Reviews
Nokia N97 Reviews «
Nokia N97 Reviews



.................................

Live Stats

Recent Posts

Favorite Icon



My QR Code A List Blogger