mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Update 098_bit_manipulation2.zig
formatting
This commit is contained in:
parent
ecde85f5d5
commit
ea330749ca
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
//
|
||||||
// Another useful practice for bit manipulation is setting bits as flags.
|
// Another useful practice for bit manipulation is setting bits as flags.
|
||||||
// This is especially useful when processing lists of something and storing
|
// 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
|
// the states of the entries, e.g. a list of numbers and for each prime
|
||||||
|
|
Loading…
Reference in a new issue