ziglings/patches/patches/103_tokenization.patch
2023-06-26 00:54:39 +02:00

4 lines
113 B
Diff

139c139
< var it = std.mem.tokenize(u8, poem, ???);
---
> var it = std.mem.tokenize(u8, poem, " ,;!\n");