https://www.acmicpc.net/problem/2557

 

2557번: Hello World

Hello World!를 출력하시오.

www.acmicpc.net


문제

Hello World!를 출력하시오.

입력

없음

출력

Hello World!를 출력하시오.


print("Hello World!")Copy Icon

 

'Coding Test > 백준' 카테고리의 다른 글

[백준] / [Python] / [10869] 사칙연산  (0) 2022.10.30
[백준] / [Python] / [1008] A/B  (0) 2022.10.30
[백준] / [Python] / [10998] A * B  (0) 2022.10.30
[백준] / [Python] / [1001] A-B  (0) 2022.10.30
[백준] / [Python] / [1000] A+B  (0) 2022.10.30
욱근욱