Mahoney / haskell-sudoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Sudoku

A little toy to start writing something real in Haskell.

To Build & Run

Checkout

git clone git@github.com:Mahoney/haskell-sudoku.git && \
cd haskell-sudoku

In Docker

./do build
docker run --rm haskell-sudoku ......3..6...2.1...328.7.......4..6.4.69.85.7.9..7.......1.582...4.8...1..5......

or as a shorthand:

./do run ......3..6...2.1...328.7.......4..6.4.69.85.7.9..7.......1.582...4.8...1..5......

or to build and run in one go:

./do buildAndRun ......3..6...2.1...328.7.......4..6.4.69.85.7.9..7.......1.582
...4.8...1..5......

Natively

stack setup && \
stack build

~/.local/bin/haskell-sudoku ......3..6...2.1...328.7.......4..6.4.69.85.7.9..7.......1.582...4.8...1..5......

About


Languages

Language:Haskell 95.6%Language:Shell 3.3%Language:Dockerfile 1.2%