mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 17:39:58 +00:00
ex51 word crimes solved
This commit is contained in:
@@ -141,8 +141,8 @@ pub fn main() void {
|
|||||||
// NOTE:
|
// NOTE:
|
||||||
//
|
//
|
||||||
// If we tried to do this with a *const Character pointer,
|
// If we tried to do this with a *const Character pointer,
|
||||||
// that would NOT work because that makes the data we would
|
// that would NOT work and we would get a compiler error
|
||||||
// get a compiler error because the VALUE becomes immutable!
|
// because the VALUE becomes immutable!
|
||||||
//
|
//
|
||||||
// Moving along...
|
// Moving along...
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user