Site Navigation
Program 1 - hello.c
#include <stdio.h>
void main() { for (;;) printf ("Hello World!\n"); }