myriad/languages/haskell/run.sh

3 lines
59 B
Bash

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