Sha256: c435f88f422f986cb60f949a30068eea298b78d7ee02ee863fdfca4399b07f12
Contents?: true
Size: 453 Bytes
Versions: 215
Compression:
Stored size: 453 Bytes
Contents
" " Given a word, return the scrabble score for that word. " " Letter Value " A, E, I, O, U, L, N, R, S, T 1 " D, G 2 " B, C, M, P 3 " F, H, V, W, Y 4 " K 5 " J, X 8 " Q, Z 10 " function! Score(word) abort " your code goes here endfunction
Version data entries
215 entries across 215 versions & 1 rubygems