HackerRank/해커랭크-welcome to java

cosmos·2022년 7월 22일
0
post-thumbnail

문제

코드

public class Solution {

    public static void main(String[] args) {
        /* Enter your code here. Print output to STDOUT. Your class should be named Solution. */
        System.out.println("Hello, World.");
        System.out.println("Hello, Java.");
    }
}

결과

출처 & 깃허브

hackerrank welcome to java
github

0개의 댓글