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