marking3/knight1_test3a.scala
changeset 326 e5453add7df6
parent 244 a359976a6f3e
--- a/marking3/knight1_test3a.scala	Tue Nov 26 01:22:36 2019 +0000
+++ b/marking3/knight1_test3a.scala	Tue Dec 03 01:22:16 2019 +0000
@@ -1,4 +1,4 @@
-
+import CW8a._
 //type Pos = (Int, Int)    // a position on a chessboard 
 //type Path = List[Pos]    // a path...a list of positions