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