[백준] 2557: Hello World - Java, 자바

xxx-sj·2023년 8월 29일
0

알고리즘

목록 보기
12/46

문제접근

Hello World String 출력하기 -끗-

전체코드

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}
profile
틀려도 일단 기록하자

0개의 댓글