daily gadgets, computers, and electronic news
29/08
2005

Hello World

Sponsored Links

Hello World. One of the most popular sentence in the computer programming world. People who learn a new programming language usually write “Hello World” program first, which output a “Hello World” message on the screen. Wolfram Rösler, with help from many people around the world, managed to compile over 221 Hello World programs in many programming language, plus some human languages too. He started collecting the Hello World program on 03-Oct-1994, put on the Internet on 30-Dec-1999, and exceeded 200 entries on 14-Jul-2005. It is administered as a bunch of text files which are compiled into this single HTML file by a bash script executed under the Cygwin environment, run on Windows.

A sample of Hello World program using HTML language below:

<HTML>
<!-- Hello World in HTML -->
<HEAD>
<TITLE>Hello World!</TITLE>
</HEAD>
<BODY>
Hello World!
</BODY>
</HTML>

Hey, even Wordpress automatically post Hello World entry upon its installation.

Hello World on Wordpress

[ Visit The Hello World Collection ]

Hello World is written by cosa and posted under Programming , , , , , . If you like it, you might consider subscribing to our feed, follows us on Twitter, or receive our latest posts via email. Or else, you could also or store it to your favourite social bookmark sites. Further information about this article can be found.

1 Comment »

No comments yet.

Leave a comment