7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
main = Func(): Int {
|
|
x: Int = 0;
|
|
|
|
x = x * 2;
|
|
|
|
return x;
|
|
} |