Просмотр исходного кода

Update 098_bit_manipulation2.zig

formatting
Chris Boesch 2 лет назад
Родитель
Сommit
ea330749ca
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      exercises/098_bit_manipulation2.zig

+ 1 - 0
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