From 8eaf4729590d71317deba5daf086b0ea1a0547da Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 12 Apr 2023 17:13:51 +0200 Subject: [PATCH] Update 097_bit_manipulation.zig formatting --- exercises/097_bit_manipulation.zig | 1 + 1 file changed, 1 insertion(+) 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