testing3/knight_test3.scala
changeset 284 fc20e5f83f0e
parent 220 1c47cede8e71
--- a/testing3/knight_test3.scala	Tue Oct 29 23:56:13 2019 +0000
+++ b/testing3/knight_test3.scala	Wed Oct 30 11:28:44 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