summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.zig2
-rw-r--r--exercises/110_quiz9.zig (renamed from exercises/110_bit_manipulation3.zig)0
-rw-r--r--patches/patches/110_quiz9.patch (renamed from patches/patches/110_bit_manipulation3.patch)4
3 files changed, 3 insertions, 3 deletions
diff --git a/build.zig b/build.zig
index 3b753ee..25d831c 100644
--- a/build.zig
+++ b/build.zig
@@ -1269,7 +1269,7 @@ const exercises = [_]Exercise{
\\Max difference (new fn): 0.014
,
},
- .{ .main_file = "110_bit_manipulation3.zig", .output =
+ .{ .main_file = "110_quiz9.zig", .output =
\\Toggle pins with XOR on PORTB
\\-----------------------------
\\ 1100 // (initial state of PORTB)
diff --git a/exercises/110_bit_manipulation3.zig b/exercises/110_quiz9.zig
index 4ac2032..4ac2032 100644
--- a/exercises/110_bit_manipulation3.zig
+++ b/exercises/110_quiz9.zig
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});