cpast 0.10.5

Run custom testcase with powerful clex language powered generated tool. Ideal for competitive coders. Can test two file and pass & match randomly generated outputs
Documentation
1
2
number = int(input())
print("EVEN" if number % 2 == 0 else "ODD")