Notice
Recent Posts
Recent Comments
Creative Code
hello9.c(hello world출력) 본문
#include <stdio.h>
int main(void)
{
fprintf(stdout,"Hello,World\n");
return 0;
}
'C Programming' 카테고리의 다른 글
triangle.c(삼각형의 넓이 구하기) (0) | 2023.07.31 |
---|---|
myProfile.c (내 정보 입력하기) (0) | 2023.07.31 |
hello.c(hello world출력) (0) | 2023.07.31 |
fahr2celsius3.c(화씨를 섭씨로 바꾸기) (1) | 2023.07.31 |
fahr2celsius_1.c(화씨를 섭씨로 바꾸기) (0) | 2023.07.31 |