mirror of https://github.com/exaloop/codon.git
3 lines
24 B
Python
3 lines
24 B
Python
|
import sys
|
||
|
sys.exit(42)
|