diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-03 19:28:12 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-03 19:28:12 +0200 |
| commit | f6a6798c8b6b813bd2ceee81db276e05327a76e0 (patch) | |
| tree | 51279ca4fbd7bd90294dd563640c12a8c25c79c6 /patches | |
| parent | 7fae6e0607854831422115674f9cc02893ee217d (diff) | |
improved report design
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/084_interfaces.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/084_interfaces.patch b/patches/patches/084_interfaces.patch index a1d0628..d3a45fd 100644 --- a/patches/patches/084_interfaces.patch +++ b/patches/patches/084_interfaces.patch @@ -1,5 +1,5 @@ ---- exercises/084_interfaces.zig 2025-08-15 15:17:57.839348063 +0200 -+++ answers/084_interfaces.zig 2026-04-03 14:27:32.670756488 +0200 +--- exercises/084_interfaces.zig 2026-04-03 19:24:51.764327692 +0200 ++++ answers/084_interfaces.zig 2026-04-03 19:27:31.552579474 +0200 @@ -106,7 +106,7 @@ for (my_insects) |insect| { // Almost done! We want to print() each insect with a |
