aboutsummaryrefslogtreecommitdiff
path: root/test.odin
diff options
context:
space:
mode:
Diffstat (limited to 'test.odin')
-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