diff options
| author | Chris Boesch <[email protected]> | 2023-04-12 15:47:20 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-04-12 15:47:20 +0200 |
| commit | 299418c314450a05742117bf4cbc892050ddc19f (patch) | |
| tree | 6227f2f2241f66f4d433107b7a8e1eb3d73e38b2 /patches | |
| parent | 3c195008279cdd3549c49750113837e92aec8e08 (diff) | |
| download | ziglings-299418c314450a05742117bf4cbc892050ddc19f.tar.xz ziglings-299418c314450a05742117bf4cbc892050ddc19f.zip | |
added first exercise for bit manipulation
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/097_bit_manipulation.patch | 4 |
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; |
