# Sudoku Bat! A tiny sudoku solver in commented C. Uses a pretty fast backtracking algorithm I came up with off the top of my head. Have fun! ## Commands ### Run demo ``` > scripts\run_demo.bat ```