diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-02 17:03:46 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-02 17:03:46 +0100 |
| commit | fb018d212c1e6d8efc42740c6b99d38c62e52d92 (patch) | |
| tree | 278913282d760fea80ac004bf438bfa6281d9ce4 /patches | |
| parent | d0d31ae73ad4d4445ccadcb0e891d3527230fcfc (diff) | |
Improved maximumNarcissism
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/065_builtins2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/065_builtins2.patch b/patches/patches/065_builtins2.patch index d6f0839..e5e6410 100644 --- a/patches/patches/065_builtins2.patch +++ b/patches/patches/065_builtins2.patch @@ -1,5 +1,5 @@ ---- exercises/065_builtins2.zig 2024-09-02 19:15:56.569952315 +0200 -+++ answers/065_builtins2.zig 2024-09-02 19:13:44.280600350 +0200 +--- exercises/065_builtins2.zig 2024-11-02 16:58:30.607829441 +0100 ++++ answers/065_builtins2.zig 2024-11-02 16:58:33.821220588 +0100 @@ -58,7 +58,7 @@ // Oops! We cannot leave the 'me' and 'myself' fields // undefined. Please set them here: |
