File size: 69 Bytes
ef8d53e
 
 
1
2
3
from sys import argv
if int(argv[1]) == int(argv[2]): exit(0)
exit(1)