shad-go/speller/speller.go

8 lines
80 B
Go
Raw Normal View History

2021-02-18 16:00:15 +00:00
// +build !solution
package speller
func Spell(n int64) string {
return ""
}