An implementation of Sudoku including a solver in Haskell. The goal is to create a WebApp later on.
Find a file
2024-03-21 13:57:42 +01:00
src Add cabal, work on types 2024-03-21 13:56:57 +01:00
.envrc nixify 2024-03-21 13:57:42 +01:00
.gitignore Initial commit 2024-03-21 10:18:47 +01:00
flake.lock nixify 2024-03-21 13:57:42 +01:00
flake.nix nixify 2024-03-21 13:57:42 +01:00
LICENSE Initial commit 2024-03-21 10:18:47 +01:00
README.md Initial commit 2024-03-21 10:18:47 +01:00

Sudoku

An implementation of Sudoku including a solver in Haskell.

The goal is to create a WebApp later on.