6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
main func() i32 {
|
|
flag bool = true
|
|
value :: i32(flag)
|
|
return value
|
|
}
|