summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAlexander Sisco <36649949+devspeare@users.noreply.github.com>2025-02-10 16:59:48 -0800
committerAlexander Sisco <36649949+devspeare@users.noreply.github.com>2025-02-10 21:33:15 -0800
commit20596bc290404a56b2f23e2d95aa35137239e06f (patch)
treeecd0a975d4fd2e41cd06924039c2398393095a6c /patches
parent838fb4ab9d68b53fe08974a4843996d483928438 (diff)
converted 110 to a quiz (quiz 9)
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/110_quiz9.patch (renamed from patches/patches/110_bit_manipulation3.patch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/110_bit_manipulation3.patch b/patches/patches/110_quiz9.patch
index 9c64336..9d9b864 100644
--- a/patches/patches/110_bit_manipulation3.patch
+++ b/patches/patches/110_quiz9.patch
@@ -1,5 +1,5 @@
---- exercises/110_bit_manipulation3.zig 2025-02-08 11:52:35.609300707 -0800
-+++ answers/110_bit_manipulation3.zig 2025-02-08 13:00:15.414038314 -0800
+--- exercises/110_quiz9.zig 2025-02-08 13:19:48.522641785 -0800
++++ answers/110_quiz9.zig 2025-02-10 17:42:04.525004335 -0800
@@ -108,7 +108,7 @@
PORTB = 0b1100;
print(" {b:0>4} // (initial state of PORTB)\n", .{PORTB});