codon/test/app/exit.codon

3 lines
24 B
Python
Raw Normal View History

2021-09-28 02:02:44 +08:00
import sys
sys.exit(42)