An open API service indexing awesome lists of open source software.

https://github.com/retrodev256/sudoku


https://github.com/retrodev256/sudoku

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Usage: `sudoku GRID` - where `GRID` is a string of 81 consecutive digits, 0 representing empty cells.

Compile with `zig build -Drelease -Drisky shrink`
(Will require sstrip from elfkickers)