ex51 word crimes solved

This commit is contained in:
Dave Gauer 2021-03-05 14:07:07 -05:00
parent f2867eab1b
commit 7573ea4843
1 changed files with 2 additions and 2 deletions

View File

@ -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...
//