From: eLinux.org

Hello World in C

#include <stdio.h>

main() {

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

}

Categories:


书籍推荐