4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
main := ||: int {
|
|
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
|
|
}
|