zig
zig copied to clipboard
exercises(queen-attack): remove input validation tests
Remove QueenError
and the input validation tests. They weren't interesting - there's no good reason for init
params to be i8
when the valid range is between 0 and 7 inclusive.
This PR will break everybody's solution, but I think that's worthwhile.
Closes: #223 Refs: #229
To-do:
- [ ] Check whether we should add an
.append
file that explains how toassert