5 lines
No EOL
84 B
Text
5 lines
No EOL
84 B
Text
const field ONE = 1
|
|
const field TWO = ONE + ONE
|
|
|
|
def main() -> field:
|
|
return TWO |