Is the
https://ziglearn.org site up to date with the latest versions of the language and standard library? The initial "Hello, World" example fails to compile for me. I get:
Semantic Analysis [533/803] ./main.zig:4:14: error: container 'std.debug' has no member called 'print'
std.debug.print("Hello, {}!\n", .{"World"});