From f57c5f13450a0d2a220521793745e42d1494567f Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 19 Sep 2024 00:35:23 -0700 Subject: [PATCH] Add two programs --- testfiles/math | 6 ++++++ testfiles/{test1 => space} | 0 2 files changed, 6 insertions(+) create mode 100644 testfiles/math rename testfiles/{test1 => space} (100%) diff --git a/testfiles/math b/testfiles/math new file mode 100644 index 0000000..55a5f4d --- /dev/null +++ b/testfiles/math @@ -0,0 +1,6 @@ +1 1 + +2 1 - +2 3 * +2 3 / +2 2 + 3 + +5 6 - 7 * diff --git a/testfiles/test1 b/testfiles/space similarity index 100% rename from testfiles/test1 rename to testfiles/space