5 lines
No EOL
47 B
Text
5 lines
No EOL
47 B
Text
import os
|
|
|
|
main() {
|
|
os.exit((2 + 3) * 2 / 3)
|
|
} |