206 Ways Of Saying “Hello World”

This post has been viewed 7283 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
 |  TrackBack URI for this post








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

Recent Comments

Recent Trackbacks

Favorite Icon



My QR Code A List Blogger