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

4 lines
33 B
Plaintext

main :: func() int {
return 3
}