6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
runhaskell test.hs > output
|
|
runhaskell Calculator.hs < input >> output
|
|
diff output output_EXPECTED
|
|
|