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