mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
Fix bugs
This commit is contained in:
parent
afcf21787d
commit
ae15f95191
7 changed files with 159 additions and 57 deletions
|
@ -1,5 +1,7 @@
|
|||
math = pyimport "math"
|
||||
sys = pyimport "sys"
|
||||
sub = pyimport "subprocess"
|
||||
|
||||
print! math.pi
|
||||
discard sub.run! ["echo", "hello"], shell := True
|
||||
sys.exit 111
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue