passgen/dictionary/sets/space.go
2024-03-28 13:17:50 +02:00

8 lines
79 B
Go

package sets
func Space() (dict []int) {
dict = append(dict, ' ')
return
}