Hello World (2557)

유지원·2021년 6월 3일
0

백준OJ

목록 보기
1/32

Java 11

public class Main {
 
    public static void main(String[] args) {
 
        System.out.print("Hello World!");
 
     }
 
}
profile
👋 https://github.com/ujw0712

0개의 댓글