Back to Grokking Algorithms

Getting Started

02_selection_sort/Purescript/README.md

latest331 B
Original Source

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> (e.g. spago run --watch --main GrokkingAlgos.SelectionSort)

Main Repo