Add purescript solution for chapt 1

This commit is contained in:
seanyu4296
2020-07-31 06:58:43 +00:00
parent d8da439590
commit ad8e62d690
4 changed files with 179 additions and 0 deletions

View 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`)