package scrabble const testVersion = 4 func Score(s string) int { return 0 }