[백준/JAVA] 입출력과 사칙연산 - 2557번 Hello World

신승현·2022년 8월 4일
0

더 좋은 문제 풀이가 있거나 궁금하신 점이 있다면 편하게 댓글 남겨주세요!


📝 문제


2557번 Hello World


✍ 풀이



public class Main {
	public static void main(String[] args) {
		System.out.println("Hello World!");
	}
}
profile
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison

0개의 댓글