김영훈 2020.02.23 13:38 조회 수 : 196
public class Test01 { public static void main(String[] args) { System.out.println("hello World!!"); }}
public class Test01 {
public static void main(String[] args) { System.out.println("hello World!!");
}
hello World!!