hell world!のプログラム

#include<stdio.h>

main() {
while(1) printf("Hell World!\n");
return 0;
}

Σ(`∇´*)