206 Ways Of Saying “Hello World”

This post has been viewed 6570 times since 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









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

  1. 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.

  2. 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. :)


Sign up now!
Earn $25 instantly!

Now!Now!
Earn $$ with WidgetBucks!







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





A List Blogger