This is an extremely small example for a C
program. The main reason for it to exist is that you can verify that your compiler works. This is especially important when installing MinGW in order to use GCC under Microsoft Windows.
Windows: gcc helloWorld.c -o helloWorld.exe
Linux: gcc helloWorld.c -o helloWorld