ratfactor / ziglings

Learn the Zig programming language by fixing tiny broken programs.
MIT License
4.29k stars 485 forks source link

correct to 0.11.0 builtin function names #345

Closed aoscodes closed 1 year ago

aoscodes commented 1 year ago

looks like there are some references to out of date builtin function names in this exercise

chrboesch commented 1 year ago

looks like there are some references to out of date builtin function names in this exercise

No, I've checked it now, and everything is fine, look at: intFromEnum I think you looked at the documentation from v0.10. This is what happens when you just follow the link from the zig homepage.