mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
Merge pull request #290 from kimshrier/exercise_096_fix_example
Fix reference to slice_ptr in example code
This commit is contained in:
commit
e706c4b42c
|
@ -27,7 +27,7 @@
|
||||||
// std.debug.print("ptr={*}\n", .{ptr});
|
// std.debug.print("ptr={*}\n", .{ptr});
|
||||||
//
|
//
|
||||||
// const slice_ptr = try allocator.alloc(f64, 5);
|
// const slice_ptr = try allocator.alloc(f64, 5);
|
||||||
// std.debug.print("ptr={*}\n", .{ptr});
|
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// Instead of an simple integer or a constant sized slice, this
|
// Instead of an simple integer or a constant sized slice, this
|
||||||
|
|
Loading…
Reference in New Issue
Block a user