diff options
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; - } -} |