Sudoku: Difference between revisions

Content deleted Content added
Fixed D code
Better type in D code
Line 1,623: Line 1,623:
}
}
static class FinishedSudokuException: Exception {
static final class FinishedSudokuException: Exception {
this(string msg) {
this(string msg) {
super(msg);
super(msg);