changeset 475 | 59e005dcf163 |
parent 437 | d4d4669ad054 |
--- 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')) +} +