ddidderr fc9fc1a048 (fix) unsafe array access in skipf and skipb
skipf was accessed at index 81 (len only 81)
skipb was accessed at index -1 (u64::MAX)

I still don't know, why the skipb case didn't crash.
2023-06-16 16:57:25 +02:00
2022-08-04 20:45:24 +02:00
2022-07-18 10:29:40 +02:00
Description
Sudoku solver
83 KiB
Languages
C 71.4%
Rust 27.5%
Shell 1.1%