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






![SapiensBryan[a.t.]gmail[d.o.t.]com SapiensBryan[a.t.]gmail[d.o.t.]com](http://www.sapiensbryan.com/wp-content/themes/adsincomewide/images/email.png)










