2 lines
139 B
Bash
2 lines
139 B
Bash
cat > program.nim
|
|
nim compile --run --colors=off --memTracker=off --verbosity=0 --hints=off --nimcache:/tmp/"$CODEDIR"/cache ./program.nim
|