summaryrefslogtreecommitdiff
path: root/tests/Empty.java
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-03-27 13:09:08 -0600
committerbd-912 <bdunahu@colostate.edu>2024-03-27 13:09:08 -0600
commit8131ddc22af5d39114a55349d71bcdc467599187 (patch)
tree9aaa7b984f223b1b405bb1598982ea992eeba67d /tests/Empty.java
parente8af241aa57104d62c25c8bcbc2df76510998bf9 (diff)
Expand file structure, Vaporize skeleton
Diffstat (limited to 'tests/Empty.java')
-rw-r--r--tests/Empty.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Empty.java b/tests/Empty.java
deleted file mode 100644
index 975ac63..0000000
--- a/tests/Empty.java
+++ /dev/null
@@ -1,5 +0,0 @@
-class Empty {
- public static void main(String[] a) {
- System.out.println(1);
- }
-}