@@ -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)
}
The note is not visible to the blocked user.