Skip to content

Commit d62bec5

Browse files
committed
initial commit with README
0 parents  commit d62bec5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Description
2+
Haskell exercises corresponding to the youtube video series [Learning Haskell](https://www.youtube.com/watch?v=vn1IOxVplKQ&list=PLHRF-X-NtQR4MZBvm05NshPIEI8ELID5m)
3+
4+
# Instructions
5+
* It's recommended to install Haskell with VS Code as seen in the [intro video](https://www.youtube.com/watch?v=vn1IOxVplKQ&list=PLHRF-X-NtQR4MZBvm05NshPIEI8ELID5m&index=1)
6+
* Each project folder (i.e. [HaskellExercises01](file://HaskellExercises01),[HaskellExercises02](file://HaskellExercises02),etc) contains a template file (i.e. [Exercises01.hs](file://HaskellExercises01/src/Exercises01.hs))
7+
to be completed
8+
* Replace each function with an `error "TODO: ..."` with an actual implementation
9+
* Run `stack test` from the project root to run testing scripts and check your answers

0 commit comments

Comments
 (0)