[BOJ]Java - Hello World

정상희·2022년 9월 24일

BOJ

목록 보기
1/4
post-thumbnail

문제 1 System.out.println();

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


profile
기록중

0개의 댓글