feat: Day4_1 read input

This commit is contained in:
s-prechtl 2024-12-05 20:21:14 +01:00
parent 8c2a59e6c3
commit bc42b0ff30
3 changed files with 112 additions and 0 deletions

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

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