kyletolle / sudocore

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

Handle Ctrl+C gracefully #26

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

Ugly error gets printed out when user Ctrl+Cs on the program. Catch the exception and handle it gracefully.