7 lines
No EOL
83 B
Text
7 lines
No EOL
83 B
Text
def yes() -> bool:
|
|
return true
|
|
|
|
const bool TRUE = yes()
|
|
|
|
def main():
|
|
return |