728x90

문제 : Hello World!를 출력하시오.

 

내 풀이

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

}

 

 

300x250

'Coding Test > 백준' 카테고리의 다른 글

1단계 입출력과 사칙연산 : A-B(1001)  (0) 2024.11.06
1단계 입출력과 사칙연산 : A+B(1000)  (0) 2024.11.06