001. C 프로그램 시작하기001. C 프로그램 시작하기

Posted at 2010. 11. 12. 00:55 | Posted in Computer/초보자를 위한 C 언어 300제
#include <stdio.h>

main()
{
	printf("안녕하세요");
}
//