From 850600ef8d0685ba76ed04db1d667e4c4c2904af Mon Sep 17 00:00:00 2001 From: mlokr Date: Fri, 13 Sep 2024 14:16:34 +0200 Subject: [PATCH] accidente --- hblang/formatter_arithmetic.actual | 3 --- hblang/formatter_arithmetic.expected | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 hblang/formatter_arithmetic.actual delete mode 100644 hblang/formatter_arithmetic.expected diff --git a/hblang/formatter_arithmetic.actual b/hblang/formatter_arithmetic.actual deleted file mode 100644 index 2316e0f..0000000 --- a/hblang/formatter_arithmetic.actual +++ /dev/null @@ -1,3 +0,0 @@ -main := fn(): int { - return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1 << 0 -} \ No newline at end of file diff --git a/hblang/formatter_arithmetic.expected b/hblang/formatter_arithmetic.expected deleted file mode 100644 index 2316e0f..0000000 --- a/hblang/formatter_arithmetic.expected +++ /dev/null @@ -1,3 +0,0 @@ -main := fn(): int { - return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1 << 0 -} \ No newline at end of file