hw1: init

This commit is contained in:
2026-02-14 19:57:27 -08:00
parent 52e7e119b6
commit 09f11f0e8b
9 changed files with 281 additions and 0 deletions

5
hw1/test.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
runhaskell test.hs > output
runhaskell Calculator.hs < input >> output
diff output output_EXPECTED