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

4 lines
33 B
Plaintext

main :: func() int {
return 3
}