Sudoku: Difference between revisions

Content added Content deleted
Line 6,844: Line 6,844:
for i in 1:81
for i in 1:81
if grid[i] == 0
if grid[i] == 0
t = Dict{Int64, Void}()
t = Dict{Int64, Nothing}()


for j in 1:81
for j in 1:81