forked from zig/exercises
9 lines
124 B
Diff
9 lines
124 B
Diff
12c12
|
|
< ???,
|
|
---
|
|
> TooSmall,
|
|
29c29
|
|
< if (???) {
|
|
---
|
|
> if (number_error == MyNumberError.TooSmall) {
|