aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2025-10-16 16:06:53 +0200
committerjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2025-10-16 16:06:53 +0200
commitada70ca6255562e456064ab71b0f856e5eafd921 (patch)
tree3cc1419015906c22f3f22fd14e7b5e394b45143a
parent7d9f915ff985786e6068ef62f98be2d00540262a (diff)
remove accidental test file
-rw-r--r--test.odin9
1 files changed, 0 insertions, 9 deletions
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