2 lines
48 B
Bash
2 lines
48 B
Bash
cat > program.hs
|
|
ghc -e main program.hs || true
|
cat > program.hs
|
|
ghc -e main program.hs || true
|