diff options
| author | Chris Boesch <[email protected]> | 2023-04-12 17:10:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 17:10:54 +0200 |
| commit | ea330749ca94e7509912f91ccd48adda05d59b5d (patch) | |
| tree | 1fe0bf010336ddf1f3eb622c4abd0a8345a6e2a5 /exercises | |
| parent | ecde85f5d5151e9d96e829683227f9f74eb55fcc (diff) | |
| download | ziglings-ea330749ca94e7509912f91ccd48adda05d59b5d.tar.xz ziglings-ea330749ca94e7509912f91ccd48adda05d59b5d.zip | |
Update 098_bit_manipulation2.zig
formatting
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/098_bit_manipulation2.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/098_bit_manipulation2.zig b/exercises/098_bit_manipulation2.zig index 34b7136..d5ee825 100644 --- a/exercises/098_bit_manipulation2.zig +++ b/exercises/098_bit_manipulation2.zig @@ -1,3 +1,4 @@ +// // Another useful practice for bit manipulation is setting bits as flags. // This is especially useful when processing lists of something and storing // the states of the entries, e.g. a list of numbers and for each prime |
