瀏覽代碼

Myfirstcommit

ritt_dr 2 年之前
當前提交
cfe6d4ae66
共有 3 個文件被更改,包括 14 次插入0 次删除
  1. 5 0
      .gitignore
  2. 0 0
      README
  3. 9 0
      src/InputOutput.java

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+*.class
+*.jar
+.project
+.classpath
+/bin/

+ 0 - 0
README


+ 9 - 0
src/InputOutput.java

@@ -0,0 +1,9 @@
+
+public class InputOutput {
+
+	public static void main(String[] args) {
+		// TODO Auto-generated method stub
+
+	}
+
+}