Skip to content

Commit 7fdeba5

Browse files
committed
updated README slightly
1 parent 7ee9f65 commit 7fdeba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Haskell exercises corresponding to the youtube video series [Learning Haskell](h
33

44
# Instructions
55
* 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
6+
* Each project folder contains a file with exercises to be completed
7+
(i.e. [HaskellExercises01/src/Exercises01.hs](file://HaskellExercises01/src/Exercises01.hs), [HaskellExercises02/src/Exercises02.hs](file://HaskellExercises02/src/Exercises02.hs)
8+
* Replace each function whose current implementation is `error "TODO: ..."` with an actual implementation
99
* Run `stack test` from the project root to run testing scripts and check your answers

0 commit comments

Comments
 (0)