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.
Copy file name to clipboardExpand all lines: exercises/exercise_000_sudoku_solver_initial_state/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO {
@@ -30,8 +31,6 @@ object SudokuIO {
30
31
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_001_dotty_deprecated_syntax_rewriting/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO {
@@ -30,8 +31,6 @@ object SudokuIO {
30
31
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_002_dotty_new_syntax_and_indentation_based_syntax/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO:
@@ -25,8 +26,6 @@ object SudokuIO:
25
26
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_020_opaque_type_aliases_alt/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO:
@@ -25,8 +26,6 @@ object SudokuIO:
25
26
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_100_sudoku_solver_initial_state/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO {
@@ -30,8 +31,6 @@ object SudokuIO {
30
31
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_101_dotty_deprecated_syntax_rewriting/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO {
@@ -30,8 +31,6 @@ object SudokuIO {
30
31
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
Copy file name to clipboardExpand all lines: exercises/exercise_102_dotty_new_control_structure_syntax/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
packageorg.lunatechlabs.dotty.sudoku
2
2
3
+
importjava.io.{BufferedReader, File, FileReader}
3
4
importjava.util.NoSuchElementException
4
5
5
6
objectSudokuIO {
@@ -27,8 +28,6 @@ object SudokuIO {
27
28
* FileLineTraversable code taken from "Scala in Depth" by Joshua Suereth
0 commit comments