Information Security Study
[백준] 2557: Hello World 본문
#include <stdio.h>
int main(){
printf("Hello World!");
return 0;
}
문자열을 출력하는 문제이다.
'Programming > C' 카테고리의 다른 글
[백준] 10869: 사칙연산 (0) | 2023.09.24 |
---|---|
[백준] 1008: A/B (0) | 2023.08.22 |
[백준] 10998: AxB (0) | 2023.08.21 |
[백준] 1001: A-B (0) | 2023.08.21 |
[백준] 1000: A+B (0) | 2023.08.21 |