1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00

refactor: day 1 to separate lib and main

This commit is contained in:
2023-12-02 23:50:07 +01:00
parent 760686db4c
commit df6721b198
3 changed files with 80 additions and 83 deletions

View File

@ -9,7 +9,3 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.txt]
trim_trailing_whitespace = unset
insert_final_newline = unset