shad-go/speller/speller.go
2021-02-18 16:00:15 +00:00

7 lines
80 B
Go

// +build !solution
package speller
func Spell(n int64) string {
return ""
}