remove accidental test file

This commit is contained in:
jakubtomsu
2025-10-16 16:06:53 +02:00
parent 7d9f915ff9
commit ada70ca625

View File

@@ -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)
}