2 lines
59 B
Bash
2 lines
59 B
Bash
printf %s "$1" > program.hs
|
|
ghc -e main program.hs || true
|
printf %s "$1" > program.hs
|
|
ghc -e main program.hs || true
|