shad-go/speller/speller.go
2022-03-15 23:49:56 +03:00

7 lines
81 B
Go

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