Scrabble Score
And you can also define map[rune]int like follow:
var scoreMapping = map[rune]int{
'A': 1,
'E': 1,
...
Last updated
Was this helpful?
And you can also define map[rune]int like follow:
var scoreMapping = map[rune]int{
'A': 1,
'E': 1,
...
Last updated
Was this helpful?