From ada70ca6255562e456064ab71b0f856e5eafd921 Mon Sep 17 00:00:00 2001 From: jakubtomsu <66876057+jakubtomsu@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:06:53 +0200 Subject: remove accidental test file --- test.odin | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test.odin diff --git a/test.odin b/test.odin deleted file mode 100644 index e0c1d9371..000000000 --- a/test.odin +++ /dev/null @@ -1,9 +0,0 @@ -package min_max_test - -import "core:fmt" - -main :: proc() { - a: f32 = max(1) - b: f32 = min(2) - fmt.println(a, b) -} \ No newline at end of file -- cgit v1.2.3