kyletolle / sudocore

Sudoku solver written in Ruby.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Hex regex is actually alphanumeric. #16

Open kyletolle opened 12 years ago

kyletolle commented 12 years ago

Code doesn't even handle hex puzzles right now, but the hex regex is incorrect. It is the regex for alphanumeric characters.