본문 바로가기

프로그래밍/자바

[자바] 정올 503 : 출력 - 자가진단 3

728x90
반응형
SMALL
public class Main {
    public static void main(String[] args) {
        System.out.println("My name is Hong Gil Dong.");
        System.out.println("I am 13 years old.");
    }
}
728x90
반응형
LIST