1000: 출력하기-1

Memory Limit: 128 MB Time Limit: 1.000 S
Judge Style: Text Compare Creator:
Submit: 28 Solved: 11

Description

모든 언어에서 가장 기본적인 명령은 출력문이다.

출력 함수를 이용하여 "Hello, World!"를 출력하라.

Input

입력은 주어지지 않는다.

Output

Hello, World! 를 출력한다.

Sample Input Copy

  

Sample Output Copy

Hello, World!