feat(day_1): both exercises done

This commit is contained in:
2025-12-01 09:25:12 +01:00
parent 43bb503253
commit 8a71c89b64
10 changed files with 4944 additions and 33 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
[*.{txt}]
indent_size = 4
[Makefile]
indent_style = tab