aboutsummaryrefslogtreecommitdiff
path: root/apcs/Driver.java
diff options
context:
space:
mode:
authorTyler Ferrari <tpoke.ferrari@gmail.com>2023-04-27 02:57:47 +0000
committerTyler Ferrari <tpoke.ferrari@gmail.com>2023-04-27 02:57:47 +0000
commit59eef9fb85eb99a945de49fd654c86f166e55160 (patch)
tree1818556f366a82ef82eb376e504b1e0af73c4e11 /apcs/Driver.java
parent7ea0790575bbeabcab52804636a1a87153e93159 (diff)
downloadNPEhero-59eef9fb85eb99a945de49fd654c86f166e55160.tar.gz
NPEhero-59eef9fb85eb99a945de49fd654c86f166e55160.tar.bz2
NPEhero-59eef9fb85eb99a945de49fd654c86f166e55160.zip
remove some spaces
Diffstat (limited to 'apcs/Driver.java')
-rw-r--r--apcs/Driver.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/apcs/Driver.java b/apcs/Driver.java
index e0993d3..edbcd6b 100644
--- a/apcs/Driver.java
+++ b/apcs/Driver.java
@@ -13,8 +13,6 @@ public class Driver
public static void main(String[] args)
{
System.out.println("test");
-
-
}
}