Sha256: 02eb6cf22ab737e28dfff6434aa84431836374fb5202f1c0978097d267a68ad0
Contents?: true
Size: 239 Bytes
Versions: 271
Compression:
Stored size: 239 Bytes
Contents
module Scrabble (scoreLetter, scoreWord) where scoreLetter :: Char -> Integer scoreLetter letter = error "You need to implement this function." scoreWord :: String -> Integer scoreWord word = error "You need to implement this function."
Version data entries
271 entries across 271 versions & 1 rubygems