An implementation of Sudoku including a solver in Haskell. The goal is to create a WebApp later on.
Find a file
2024-06-16 15:35:34 +02:00
.direnv Fix folder structure 2024-03-21 14:01:49 +01:00
app minor 2024-06-16 15:35:14 +02:00
src minor 2024-06-16 15:35:14 +02:00
test Fix folder structure 2024-03-21 14:01:49 +01:00
.envrc Fix folder structure 2024-03-21 14:01:49 +01:00
.gitignore Initial commit 2024-03-21 10:18:47 +01:00
CHANGELOG.md Fix folder structure 2024-03-21 14:01:49 +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 Fix folder structure 2024-03-21 14:01:49 +01:00
README.md Initial commit 2024-03-21 10:18:47 +01:00
Sudoku.cabal working version 2024-06-15 13:21:06 +02:00

Sudoku

An implementation of Sudoku including a solver in Haskell.

The goal is to create a WebApp later on.