본문 바로가기
Beakjoon&프로그래머스/Java

[백준/Java] 23234번 The World Responds

by 현장 2022. 4. 14.

-Code

public class Main {
    public static void main(String[] args) {
        System.out.println("The world says hello!");
    }
}