瀏覽代碼

first commit

1704110111 6 年之前
當前提交
798a1986d3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+public class HelloWorld{
+	public static void main(String[] args){
+		System.out.println("HelloWorld");
+	}
+}