Hello, world!

This program is just about the simplest one you can write in C which actually does something visible. Traditionally the first program written in a new language (as it shows the basic, most simple format of a complete, working program), it simply outputs "Hello, world!" to the screen.

Source and Downloads