forked from zig/exercises
5 lines
88 B
Diff
5 lines
88 B
Diff
63c63
|
|
< const printable = ???;
|
|
---
|
|
> const printable = foo.data[0..foo.length];
|