2010년 4월 12일 월요일

hello world

[code c]

#include <stdio.h>

 

int main()

{

printf("hello world!\n");

return 0;

}

[/code]

댓글 없음:

댓글 쓰기