diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-01-04 14:35:07 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-01-04 14:35:07 +0100 |
| commit | 62122973358122463823b87f6c9c5ac47d449a08 (patch) | |
| tree | 7c1ef5184fad9964336a80450d5d64b5aa5603fe /patches | |
| parent | 8791b9440a1b3c726997c671cc9b83d14d389bd4 (diff) | |
| parent | f87097ae54f5b5508f71106354cd18d4cb2dc520 (diff) | |
Merge pull request 'minor typos' (#343) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/343
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/001_hello.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/001_hello.patch b/patches/patches/001_hello.patch index c5aacd8..b3f4a22 100644 --- a/patches/patches/001_hello.patch +++ b/patches/patches/001_hello.patch @@ -1,5 +1,5 @@ ---- exercises/001_hello.zig 2023-10-03 22:15:22.122241138 +0200 -+++ answers/001_hello.zig 2023-10-05 20:04:06.846096282 +0200 +--- exercises/001_hello.zig 2026-01-04 14:04:52.752848018 +0100 ++++ answers/001_hello.zig 2026-01-04 14:04:54.209877278 +0100 @@ -16,6 +16,6 @@ // const std = @import("std"); |
