feat: Day3_2

forgot to commit part one, so just leave out all the enabled part to
work
This commit is contained in:
s-prechtl 2024-12-03 16:00:55 +01:00
parent 1ecac60045
commit 8c2a59e6c3
3 changed files with 178 additions and 0 deletions

6
2024/Day3/.clang-format Normal file
View file

@ -0,0 +1,6 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
PointerAlignment: Right
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: Left