mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
Merge pull request #44 from rofrol/patch-1
print below statement -> print statement below
This commit is contained in:
commit
dc476a6980
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub fn main() void {
|
||||||
// treat a "many-item pointer" of const u8 as a string as long as
|
// treat a "many-item pointer" of const u8 as a string as long as
|
||||||
// we can CONVERT IT TO A SLICE. (Hint: we do know the length!)
|
// we can CONVERT IT TO A SLICE. (Hint: we do know the length!)
|
||||||
//
|
//
|
||||||
// Please fix this line so the print below statement can print it:
|
// Please fix this line so the print statement below can print it:
|
||||||
const zen12_string: []const u8 = zen_manyptr;
|
const zen12_string: []const u8 = zen_manyptr;
|
||||||
|
|
||||||
// Here's the moment of truth!
|
// Here's the moment of truth!
|
||||||
|
|
Loading…
Reference in a new issue