Files
brolang/examples/programs/main_i32/main.bro
T
2026-06-10 20:54:14 +02:00

4 lines
33 B
Plaintext

main :: func() i32 {
return 4
}