mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
inserted a failure and created a patch
This commit is contained in:
parent
bb4b321b0c
commit
beaa89fdf5
2 changed files with 5 additions and 4 deletions
|
@ -51,7 +51,7 @@ pub fn main() !void {
|
||||||
} };
|
} };
|
||||||
|
|
||||||
// The daily situation report, what's going on in the garden
|
// 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
|
// Through the interface we can keep a list of various objects
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
68a69,70
|
54c54
|
||||||
> //
|
< try dailyReport("what is here the right parameter?");
|
||||||
> // just an empty patch
|
---
|
||||||
|
> try dailyReport(&my_insects);
|
||||||
|
|
Loading…
Reference in a new issue