15 lines
195 B
Text
15 lines
195 B
Text
|
|
iswordpossible "a"
|
||
|
|
true
|
||
|
|
iswordpossible "bark"
|
||
|
|
true
|
||
|
|
iswordpossible "book"
|
||
|
|
false
|
||
|
|
iswordpossible "treat"
|
||
|
|
true
|
||
|
|
iswordpossible "common"
|
||
|
|
false
|
||
|
|
iswordpossible "squad"
|
||
|
|
true
|
||
|
|
iswordpossible "confuse"
|
||
|
|
true
|