Add to_s to Board
This commit is contained in:
parent
d573aad4f2
commit
c8ee8c311e
4 changed files with 72 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
module Sudoku
|
||||
class Solver
|
||||
|
||||
def self.solve(board)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue