#include <stdio.h>

main(0)
{
    printf("Hello, world!",\n);
}


C언어의 가장 기본적인 프로그램.

by snowall 2006. 12. 29. 15:13