2015 C Chapter 1 (Week 01-03)

From: 2015-03-02 00:00:00 To: 2015-04-12 00:00:00 Now: 2024-05-03 00:49:35 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