# HG changeset patch # User Christian Urban # Date 1606325960 0 # Node ID 14f2bd9db45b22e2894e8a9517a5293018186d54 # Parent 38118ec5cf21772f3987328eebe6bd2147dad82b updated diff -r 38118ec5cf21 -r 14f2bd9db45b 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 38118ec5cf21 -r 14f2bd9db45b pre_templates4/knight1.jar Binary file pre_templates4/knight1.jar has changed