myriad/languages/go/run.sh
2019-07-09 05:19:41 -04:00

4 lines
91 B
Bash

export GOCACHE=/tmp/"$CODEDIR"/cache
printf %s "$1" > program.go
go run program.go || true