changeset 475 | 59e005dcf163 |
parent 437 | d4d4669ad054 |
474:b528d1d3d3c3 | 475:59e005dcf163 |
---|---|
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 |