shad-go/speller/speller.go
2022-02-10 22:06:57 +00:00

8 lines
101 B
Go

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