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

3 lines
59 B
Bash

printf %s "$1" > program.hs
ghc -e main program.hs || true