0

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

Why are most all programming examples written to print the specific phrase Hello World? Sometimes you see derivatives like ohai world and such, but always branching from Hello World. Does anybody no why this is?

Community
  • 1
  • 1

1 Answers1

0

simple program like this gives a good example of the syntax of the language, structure of the program, things like that.

Z .
  • 12,657
  • 1
  • 31
  • 56