summaryrefslogtreecommitdiff
path: root/tests/SimpleArithmetic.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/SimpleArithmetic.java
parente8af241aa57104d62c25c8bcbc2df76510998bf9 (diff)
Expand file structure, Vaporize skeleton
Diffstat (limited to 'tests/SimpleArithmetic.java')
-rw-r--r--tests/SimpleArithmetic.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/SimpleArithmetic.java b/tests/SimpleArithmetic.java
deleted file mode 100644
index 94c780e..0000000
--- a/tests/SimpleArithmetic.java
+++ /dev/null
@@ -1,6 +0,0 @@
-class SimpleArithmetic{
- public static void main(String[] a){
- int x;
- x = 1 + 2;
- }
-}