Want an exciting program?
#include <stdio.h> #include <unistd.h> void main ( void ) { while (1) { printf("\a"); sleep(1); } }