diff options
Diffstat (limited to '')
-rw-r--r-- | csci1913/Java/Driver.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csci1913/Java/Driver.java b/csci1913/Java/Driver.java index b40f1ec..2f96b1b 100644 --- a/csci1913/Java/Driver.java +++ b/csci1913/Java/Driver.java @@ -3,6 +3,10 @@ // also has the number of points you will receive if the test is successful. // These tests are worth a total of 25 points. +class Zillion { + +} + class Driver { public static void main(String[] args) |