Files
brolang/examples/main_i32.bro
T
2026-06-09 23:05:28 +02:00

4 lines
33 B
Plaintext

main :: func() i32 {
return 4
}