Add purescript solution for chapt 1
This commit is contained in:
3
01_introduction_to_algorithms/Purescript/README.md
Normal file
3
01_introduction_to_algorithms/Purescript/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Getting Started
|
||||
1. Install `spago` and `purescript` through `yarn` or `npm` (e.g. `yarn global add spago` and `yarn global add purescript`)
|
||||
2. Run file through `spago run --watch --main <module-name> GrokkingAlgos.SelectionSort` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)
|
||||
Reference in New Issue
Block a user