2017 C Chapter 1 (Week 01-03)

From: 2017-03-01 00:00:00 To: 2017-04-04 00:00:00 Now: 2024-11-15 13:24:21 Status: Public

A - 연습 1.1 hello, world

Time Limit: 1s Memory Limit: 128MB

Submissions: 1755 Solved: 981
Description

화면에 "hello, world"를 출력해 보자. 

Input

없음

Output

hello, world 문자열을 첫번째 줄에 출력한다. "는 출력하지 않는다.

Sample Input

    
Sample Output
hello, world