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