aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-04-12 15:47:20 +0200
committerChris Boesch <[email protected]>2023-04-12 15:47:20 +0200
commit299418c314450a05742117bf4cbc892050ddc19f (patch)
tree6227f2f2241f66f4d433107b7a8e1eb3d73e38b2 /patches
parent3c195008279cdd3549c49750113837e92aec8e08 (diff)
downloadziglings-299418c314450a05742117bf4cbc892050ddc19f.tar.xz
ziglings-299418c314450a05742117bf4cbc892050ddc19f.zip
added first exercise for bit manipulation
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/097_bit_manipulation.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/097_bit_manipulation.patch b/patches/patches/097_bit_manipulation.patch
new file mode 100644
index 0000000..e216309
--- /dev/null
+++ b/patches/patches/097_bit_manipulation.patch
@@ -0,0 +1,4 @@
+82c82
+< ???;
+---
+> x ^= y;