diff --git "a/day01/code/01_HelloWorld\346\241\210\344\276\213/HelloWorld.java" "b/day01/code/01_HelloWorld\346\241\210\344\276\213/HelloWorld.java" index 3fe2c950..146848bc 100644 --- "a/day01/code/01_HelloWorld\346\241\210\344\276\213/HelloWorld.java" +++ "b/day01/code/01_HelloWorld\346\241\210\344\276\213/HelloWorld.java" @@ -1,5 +1,5 @@ class HelloWorld { - public static void main(String[] args) { - System.out.println("Ұϼ"); + public static void main(String args[]) { + System.out.println("ÎÒ°®ÁÖÇàϼ"); } -} \ No newline at end of file +}