#include <stdio.h>
int main() {
printf("Hello, World!\n");
}
'C랑 C++' 카테고리의 다른 글
[C/C++] Section 1 입출력과 변수(#03-printf로 다양한 데이터 출력하기) (0) | 2023.07.18 |
---|---|
[C/C++] Section 1 입출력과 변수(#02-Hello,World! 해석하기) (0) | 2023.07.18 |
#include <stdio.h>
int main() {
printf("Hello, World!\n");
}
[C/C++] Section 1 입출력과 변수(#03-printf로 다양한 데이터 출력하기) (0) | 2023.07.18 |
---|---|
[C/C++] Section 1 입출력과 변수(#02-Hello,World! 해석하기) (0) | 2023.07.18 |
Uploaded by Notion2Tistory v1.1.0