7 lines
81 B
Go
7 lines
81 B
Go
//go:build !solution
|
|
|
|
package speller
|
|
|
|
func Spell(n int64) string {
|
|
return ""
|
|
}
|