# HG changeset patch # User Christian Urban # Date 1606325960 0 # Node ID 0b7f7b402064ce91515a1f0fb8dcd15f1556732a # Parent 823eebffe3db3c7a29fded3882ca6308ad0cc60e updated diff -r 823eebffe3db -r 0b7f7b402064 pre_solution4/knight1.scala --- a/pre_solution4/knight1.scala Wed Nov 25 17:29:11 2020 +0000 +++ b/pre_solution4/knight1.scala Wed Nov 25 17:39:20 2020 +0000 @@ -1,7 +1,7 @@ // Part 1 about finding and counting Knight's tours //================================================== -object CW8a { // for preparing the jar +object CW9a { // for preparing the jar type Pos = (Int, Int) // a position on a chessboard type Path = List[Pos] // a path...a list of positions diff -r 823eebffe3db -r 0b7f7b402064 pre_templates4/knight1.jar Binary file pre_templates4/knight1.jar has changed