OSDN Git Service

Hello World サンプル
[weber/git_repo.git] / HelloWorld / src / HelloWorld.java
index 7e69dc6..c9f2ebf 100644 (file)
@@ -1,6 +1,8 @@
 \r
 public class HelloWorld {\r
 \r
-\r
+       public static void main(String[] argv) {\r
+               System.out.println("Hello World");\r
+       }\r
 \r
 }\r