author | Christian Urban <christian.urban@kcl.ac.uk> |
Fri, 26 Apr 2024 17:36:41 +0100 | |
changeset 487 | efad9725dfd8 |
parent 475 | 59e005dcf163 |
permissions | -rw-r--r-- |
435
fda7c39f3b6a
updated wordle testing
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff
changeset
|
1 |
|
475 | 2 |
def urbanmain() = { |
3 |
import M2._ |
|
435
fda7c39f3b6a
updated wordle testing
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff
changeset
|
4 |
|
475 | 5 |
assert(iscore("chess", "caves") == 21) |
6 |
assert(iscore("chess", "swiss") == 20) |
|
7 |
} |