ziglearn
Repo for https://ziglearn.org content. Feedback and PRs welcome.
How to run the tests
zig run test-out.zigzig test do_tests.zig
A user thought they needed to mark their Zig wrapper function as `callconv(.C)` because they were calling into C from Zig. This meant they couldn't use error unions and it got confusing.
1f76e30
Repo for https://ziglearn.org content. Feedback and PRs welcome.
zig run test-out.zigzig test do_tests.zig