[BAEKJOON] #2557 (Java)

Inwook Baek ·2021년 9월 28일
0

Algorithm Study

목록 보기
1/38
post-thumbnail

Problem:
Print Hello World!

My Code:

public class Main {
 
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}

0개의 댓글