mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
5 lines
73 B
Python
5 lines
73 B
Python
math = pyimport "math"
|
|
sys = pyimport "sys"
|
|
|
|
print! math.pi
|
|
sys.exit 111
|