From eb1620667c2258861fe8e05b1e53202755624ec1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Fri, 4 Oct 2019 08:51:41 -0500 Subject: Start lab --- csci1913/Java/Driver.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'csci1913') 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) -- cgit v1.2.3