1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00
exercises/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");