Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exercises(all-your-base): example: fix for Zig 0.12.0-dev (#367)
Resolve this error, which occurs with the latest Zig master release: $ zig version 0.12.0-dev.2341+92211135f $ bin/run-tests all-your-base Running tests for all-your-base... all_your_base.zig:30:9: error: local variable is never mutated var result = try list.toOwnedSlice(); ^~~~~~ all_your_base.zig:30:9: note: consider using 'const'
- Loading branch information