mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
ex51 word crimes solved
This commit is contained in:
parent
a75c9f5e07
commit
35e99e625d
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ pub fn main() void {
|
|||
// NOTE:
|
||||
//
|
||||
// If we tried to do this with a *const Character pointer,
|
||||
// that would NOT work because that makes the data we would
|
||||
// get a compiler error because the VALUE becomes immutable!
|
||||
// that would NOT work and we would get a compiler error
|
||||
// because the VALUE becomes immutable!
|
||||
//
|
||||
// Moving along...
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue