diff -r b528d1d3d3c3 -r 59e005dcf163 main_testing2/wordle_test3a.scala --- a/main_testing2/wordle_test3a.scala Thu Nov 02 13:53:37 2023 +0000 +++ b/main_testing2/wordle_test3a.scala Thu Nov 02 23:34:53 2023 +0000 @@ -1,7 +1,9 @@ - -import M2._ - -assert(pool("chess", "caves").toSet == Set('h', 'e', 's')) -assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e')) +def urbanmain() = { + import M2._ + + assert(pool("chess", "caves").toSet == Set('h', 'e', 's')) + assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e')) +} +