shad-go/speller/speller.go

9 lines
101 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
// +build !solution
package speller
func Spell(n int64) string {
return ""
}