diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-28 13:23:22 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-28 13:23:22 -0500 |
commit | b12afaa577e5f9b0c3bf922ec5c1ab15893c7378 (patch) | |
tree | c8a5be6d30f4b44ea6124064fcf3e399876ab661 /README.md | |
parent | febc9dfecb5285cdaa9f4e9edb4d8331a1f1350c (diff) | |
download | ziglings-b12afaa577e5f9b0c3bf922ec5c1ab15893c7378.tar.gz ziglings-b12afaa577e5f9b0c3bf922ec5c1ab15893c7378.tar.bz2 ziglings-b12afaa577e5f9b0c3bf922ec5c1ab15893c7378.tar.xz ziglings-b12afaa577e5f9b0c3bf922ec5c1ab15893c7378.zip |
Added ex 48, additional comment on 46
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ Planned exercises: * [x] Structs * [x] Pointers * [x] Optionals -* [ ] Struct methods +* [x] Struct methods * [ ] Slices * [ ] Multi pointers * [ ] Unions |