You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
* Change Linearized code subfolder
* Add logging of SudokuSolver and SudokuProgressTracker messages
* Bump sbt from 1.8.3 to 1.9.3
* Change name of log file to sudoku.log
Copy file name to clipboardExpand all lines: exercises/exercise_000_sudoku_solver_initial_state/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuProgressTracker.scala
+2
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,13 @@ class SudokuProgressTracker private (
Copy file name to clipboardExpand all lines: exercises/exercise_000_sudoku_solver_initial_state/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuSolver.scala
+44
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ class SudokuSolver private (context: ActorContext[SudokuSolver.Command], buffer:
Copy file name to clipboardExpand all lines: exercises/exercise_001_dotty_deprecated_syntax_rewriting/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuProgressTracker.scala
+2
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,13 @@ class SudokuProgressTracker private (
0 commit comments