Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Tilman authored and Michel Tilman committed Jun 29, 2019
1 parent 27c4aad commit a636e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ All benchmarks used release builds with full enforcement of exclusive access to

# Requirements

The code has been tested with the Swift 5.1 Snapshot 2019-05-29 XCode toolchain.
The code has been tested with the Swift 5.1 Snapshot 2019-06-28 XCode toolchain and XCode 11.0 beta 2.
1 change: 1 addition & 0 deletions Sources/DancingLinks/Examples/Sudoku/SudokuSolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class SudokuSolver {
for row in solution.rows {
values[row.index] = row.value
}

return Sudoku(values: values, dimensions: sudoku.dimensions)
}

Expand Down

0 comments on commit a636e6a

Please # to comment.