Files
brolang/examples/packages/hidden_valid/app/main.bro
T

4 lines
49 B
Plaintext

main func() i32 {
return from_a() + from_b(3)
}