6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
main :: func() i32 {
|
|
value i32 = 1
|
|
value = value + 2
|
|
return value
|
|
}
|