Showing posts with label collection. Show all posts
Showing posts with label collection. Show all posts

Sunday, May 4, 2008

Hello World in any given programming language










What is the first program u will write in any given
programming language ?

Hello World of course .
the first "hello world" program was written in the first edition of "The C Programming Language" in 1978.

since than it appeared in many programming languages 366 to be exact and now its all in one place here .
it a well organized site in plain text ,but doing the job .
the "hello word" code is written in every language u can imagin .
the shortest way i found is in 1C-Enterprise goes like this

Message("Hello, World!");

and in the language of Assembler-DG-Nova

it takes 46 code lines to do it .

I personally likes the C# Way .