aschereT / cpsc312-project2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPSC 312 Project 2

We use Stack to build our project. To find more info about Stack, please see User Guide

How to setup the project on your computer

  1. git clone https://github.com/kaitian-xie/cpsc312-project2.git
  2. cd cpsc312-project2
  3. stack setup
  4. stack build
  5. Done

How to run the program

Method 1

stack exec solve-sudoku

Method 2

  1. stack install
  2. Make sure the directory /Users/username/.local/bin exists and is in PATH
  3. In your terminal, type solve-sudoku

About

License:MIT License


Languages

Language:Haskell 100.0%