diff options
| author | Chris Boesch <[email protected]> | 2023-04-12 17:13:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 17:13:51 +0200 |
| commit | 8eaf4729590d71317deba5daf086b0ea1a0547da (patch) | |
| tree | 1360fe1753e900199aefd401d2fd8222d7c3f18e | |
| parent | ea330749ca94e7509912f91ccd48adda05d59b5d (diff) | |
| download | ziglings-8eaf4729590d71317deba5daf086b0ea1a0547da.tar.xz ziglings-8eaf4729590d71317deba5daf086b0ea1a0547da.zip | |
Update 097_bit_manipulation.zig
formatting
| -rw-r--r-- | exercises/097_bit_manipulation.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/097_bit_manipulation.zig b/exercises/097_bit_manipulation.zig index 3b8791b..38f2a86 100644 --- a/exercises/097_bit_manipulation.zig +++ b/exercises/097_bit_manipulation.zig @@ -1,3 +1,4 @@ +// // Bit manipulations is a very powerful tool just also from Zig. // Since the dawn of the computer age, numerous algorithms have been // developed that solve tasks solely by moving, setting, or logically |
