From: eLinux.org

Hello World in C

#include <stdio.h>

main() {

for(;;)
    {
    printf ("Hello World!\n");
    }

}

Categories:

results matching ""

    No results matching ""