C언어의 hello world 작성 방법입니다
include <stdio.h>
int main(void)
{
printf("hello world\n")
return 0;
}
Hello world 프로그래밍
C언어의 hello world 작성 방법입니다
include <stdio.h>
int main(void)
{
printf("hello world\n")
return 0;
}
| ppwater |
| 현재 버전 | |
|---|---|
| 선택 버전 |