summaryrefslogtreecommitdiff
path: root/go/scrabble-score/scrabble_score.go
blob: 7cb4479056d4616373e0ff36426a2b00d1c4686f (plain)
1
2
3
4
5
6
7
package scrabble

const testVersion = 4

func Score(s string) int {
	return 0
}