feat: Day2_1

This commit is contained in:
s-prechtl 2024-12-02 18:10:15 +01:00
parent b657f3fd71
commit c88c6782cc
4 changed files with 108 additions and 0 deletions

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

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