passgen/dictionary/sets/space.go

8 lines
79 B
Go
Raw Normal View History

2024-03-28 13:17:50 +02:00
package sets
func Space() (dict []int) {
dict = append(dict, ' ')
return
}