Added Ex. 38-43 for pointers, updated README

Added topics beyond the language basics from ziglearn.org
to the README. That's a lot of exercises. I'd like to keep
it under 100, though!
This commit is contained in:
Dave Gauer 2021-02-08 20:35:28 -05:00
parent adf5ddb27d
commit cf0920de31
8 changed files with 252 additions and 12 deletions

View file

@ -48,6 +48,4 @@ pub fn main() void {
std.debug.print("Character {} - G:{} H:{} XP:{}\n",
.{num+1, c.gold, c.health, c.experience});
}
std.debug.print("\n", .{});
}