diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-03-27 13:09:08 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-03-27 13:09:08 -0600 |
commit | 8131ddc22af5d39114a55349d71bcdc467599187 (patch) | |
tree | 9aaa7b984f223b1b405bb1598982ea992eeba67d /tests/SimpleArithmetic.java | |
parent | e8af241aa57104d62c25c8bcbc2df76510998bf9 (diff) |
Expand file structure, Vaporize skeleton
Diffstat (limited to 'tests/SimpleArithmetic.java')
-rw-r--r-- | tests/SimpleArithmetic.java | 6 |
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; - } -} |