basic hello world example Example: hello world program #include <stdio.h> int main () { printf ("Hello, World!\n"); return 0; }