Initial commit
This commit is contained in:
commit
93a4378475
62 changed files with 864 additions and 0 deletions
3
languages/go/run.sh
Normal file
3
languages/go/run.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
export GOCACHE=/tmp/"$CODEDIR"/cache
|
||||
printf %s "$1" > program.go
|
||||
go run program.go || true
|
Loading…
Add table
Add a link
Reference in a new issue