/sudoku

simple sudoku solver

Primary LanguageTypeScript

Sudoku

To install dependencies:

bun install

To run:

bun run index.ts --file="path/to/sudoku/file"

A Sudoku file should be a plaintext file with 9 rows of exactly 9 ASCII characters.

This project was created using bun init in bun v1.0.33. Bun is a fast all-in-one JavaScript runtime.