mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
9 lines
124 B
Diff
9 lines
124 B
Diff
12c12
|
|
< ???,
|
|
---
|
|
> TooSmall,
|
|
29c29
|
|
< if (???) {
|
|
---
|
|
> if (number_error == MyNumberError.TooSmall) {
|