바닥부터 기어 올라가는 개발 공부 일지
[BOJ] 백준 알고리즘 2557 Hello World 본문
[C]
[Java]
public class Main {
public static void main(String[] args){
System.out.println("Hello World!");
}
}
[Python]
'Algorithm' 카테고리의 다른 글
[BOJ] 백준 알고리즘 1000 A+B (0) | 2020.10.17 |
---|
Comments