The first use I know of that gained wide recognition was in Kernighan and Ritchie's "The C Programming Language" from 1978.
"1.1 Getting Started
The only way to learn a new programming language is by writing programs in it. The first
program to write is the same for all languages:
Print the words
hello, world"
I find it interesting, because K&R seem to assume that this was already a standard approach, and also because of the comma after hello. In my first attempt in a new language, I don't think I would be paying that much attention to grammar...
2 comments
[ 2.8 ms ] story [ 12.4 ms ] thread"1.1 Getting Started The only way to learn a new programming language is by writing programs in it. The first program to write is the same for all languages: Print the words hello, world"
I find it interesting, because K&R seem to assume that this was already a standard approach, and also because of the comma after hello. In my first attempt in a new language, I don't think I would be paying that much attention to grammar...
Source: http://www.youtube.com/watch?v=VoS7DsT1rdM (minute 2 to 3 it's discussed)