aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apcs/.gitignore1
-rw-r--r--apcs/Driver.java6
-rw-r--r--apcs/Gui.java13
3 files changed, 15 insertions, 5 deletions
diff --git a/apcs/.gitignore b/apcs/.gitignore
index 12eb4c3..4e9e3ea 100644
--- a/apcs/.gitignore
+++ b/apcs/.gitignore
@@ -1 +1,2 @@
/Driver.class
+/Gui.class
diff --git a/apcs/Driver.java b/apcs/Driver.java
index feb87a2..eba7238 100644
--- a/apcs/Driver.java
+++ b/apcs/Driver.java
@@ -12,11 +12,7 @@ public class Driver
public static void main(String[] args)
{
- System.out.println("test");
- //test
- //test from cellular data again
- //tt
- //test from school wifi
+
}
}
diff --git a/apcs/Gui.java b/apcs/Gui.java
new file mode 100644
index 0000000..1fca6bc
--- /dev/null
+++ b/apcs/Gui.java
@@ -0,0 +1,13 @@
+/*Name:
+ *Date:
+ *Period:
+ *Teacher:
+ *Description:
+ */
+package apcs;
+
+
+public class Gui
+{
+
+}