Browse Source

Myfirstcommit

ritt_dr 2 years ago
commit
cfe6d4ae66
3 changed files with 14 additions and 0 deletions
  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
+
+	}
+
+}