mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the patches.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
62c62,68
|
||||
< return detectProblems(n) ???
|
||||
< return detectProblems(n) ???;
|
||||
---
|
||||
> return detectProblems(n) catch |err| {
|
||||
> if (err == MyNumberError.TooSmall) {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
35a36
|
||||
41a42
|
||||
> MyNumberError.TooSmall => std.debug.print("<4. ", .{}),
|
||||
|
||||
Reference in New Issue
Block a user