q/tests/math-10.q
Eduard Urbach 2592d7aae8
All checks were successful
/ test (push) Successful in 16s
Implemented basic math
2025-07-15 14:40:10 +02:00

5 lines
No EOL
43 B
Text

import os
main() {
os.exit((2 + 3) * 2)
}