Beakjoon&프로그래머스/Java

[백준/Java] 23234번 The World Responds

현장 2022. 4. 14. 20:31

-Code

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