diff -r 26058bf089ae -r 7d983ee99fcc marking3/knight1_test3a.scala --- 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