This commit is contained in:
Shunsuke Shibayama 2022-10-18 17:17:56 +09:00
parent afcf21787d
commit ae15f95191
7 changed files with 159 additions and 57 deletions

View file

@ -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