mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
5 lines
88 B
Diff
5 lines
88 B
Diff
63c63
|
|
< const printable = ???;
|
|
---
|
|
> const printable = foo.data[0..foo.length];
|