Files
brolang/examples/packages/generic/app/main.bro
T
2026-06-10 20:54:14 +02:00

6 lines
72 B
Plaintext

import "../math"
main :: func() i32 {
return math.identity(127 + 1)
}