main_testing2/wordle_test3a.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 09 Nov 2022 18:30:46 +0000
changeset 433 a6aa851361d0
parent 432 87e487ccbd7c
child 434 1eb11d787af7
permissions -rw-r--r--
update


import Resit._

assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))