Files
brolang/examples/packages/generic/app/main.bro
T
2026-06-30 19:38:28 +02:00

6 lines
69 B
Plaintext

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