1
0
mirror of https://gitlab.com/MisterBiggs/aoc-2023-rust.git synced 2025-08-02 03:11:25 +00:00

day 1 leggoo

This commit is contained in:
2023-12-01 00:13:19 -07:00
parent 4d197e403a
commit 9cbaf311d9
14 changed files with 1083 additions and 7080 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true
}