hello, world

hello, world

The canonical minimal test message in the C/Unix universeor any of the minimal programs that emit this message.Traditionally, the first program a C coder writes in a newenvironment is one that just prints "hello, world" to standardoutput (and indeed it is the first example program in K&R).Environments that generate an unreasonably large executablefor this trivial test or which require a hairycompiler-linker invocation to generate it are considered bad(see X).