main_testing2/wordle_test3a.scala
changeset 472 fbff6f601370
parent 434 1eb11d787af7
equal deleted inserted replaced
471:31b81f20fd9a 472:fbff6f601370
     1 
       
     2 import M2._
       
     3 
       
     4 assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
       
     5 assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))
       
     6 
     1 
     7 
     2 
       
     3 def urbanmain() = {
       
     4   import M2._
       
     5 
       
     6   assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
       
     7   assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))
       
     8 }
       
     9