mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-14 18:56:29 +00:00
0956f1839f
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
4 lines
121 B
Diff
4 lines
121 B
Diff
33c33
|
|
< const zen12_string: []const u8 = zen_manyptr;
|
|
---
|
|
> const zen12_string: []const u8 = zen_manyptr[0..21];
|