Computer/초보자를 위한 C 언어 300제
001. C 프로그램 시작하기
Theo Kim
2010. 11. 12. 00:55
#include <stdio.h>
main()
{
printf("안녕하세요");
}
#include <stdio.h>
main()
{
printf("안녕하세요");
}