hw1: init

This commit is contained in:
2026-02-14 19:57:27 -08:00
parent e8f7818ec9
commit ca9f9baf8b
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