1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-11 22:56:04 +02:00

inserted a failure and created a patch

This commit is contained in:
Chris Boesch 2023-02-14 12:58:12 +01:00
parent cc7b250e14
commit a70020c799
2 changed files with 5 additions and 4 deletions

View File

@ -51,7 +51,7 @@ pub fn main() !void {
} };
// The daily situation report, what's going on in the garden
try dailyReport(&my_insects);
try dailyReport("what is here the right parameter?");
}
// Through the interface we can keep a list of various objects

View File

@ -1,3 +1,4 @@
68a69,70
> //
> // just an empty patch
54c54
< try dailyReport("what is here the right parameter?");
---
> try dailyReport(&my_insects);