shad-go/speller/speller.go

8 lines
81 B
Go
Raw Normal View History

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