Possible Duplicate:
Where does ‘Hello world’ come from?

What was the first Hello World application written in?

link|improve this question

3  
duplicate: stackoverflow.com/questions/602237/… – Nick Dandoulakis Mar 8 '10 at 14:44
feedback

closed as exact duplicate by DVK, Nick Dandoulakis, roe, Andrew, Erik Mar 8 '10 at 14:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

5 Answers

up vote 6 down vote accepted

http://en.wikipedia.org/wiki/Hello_world_program

The first known instance of the usage of the words "hello" and "world" together in computer literature occurred earlier, in Kernighan's 1972 Tutorial Introduction to the Language B

link|improve this answer
feedback

Let me google that for you.

It was written in B.

link|improve this answer
feedback

When I first started programming (20 years ago) my mom told me about her Hello World program she wrote in college. She used punch cards.

link|improve this answer
Wow, somebody up-voted me. :-) – Samuel Neff Mar 9 '10 at 3:11
feedback

I believe that the first Hello World was written in C and published in the book The C Programming Language.

link|improve this answer
Of course! A B implementation came before the C implementation! – sutch Mar 8 '10 at 14:53
feedback

According to Wikipedia, it was in B.

link|improve this answer
2  
Except that according to Wikipedia it was in B. – Sorpigal Mar 8 '10 at 14:45
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.