mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
day 1
This commit is contained in:
commit
d54c4c67a2
14 changed files with 2376 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
node_modules
|
||||
*.temp.*
|
||||
*/**/*.temp.*
|
||||
*/**/input.txt
|
||||
*.log
|
||||
*/**/*.log
|
||||
.idea
|
||||
.vscode
|
||||
.env
|
||||
dist
|
Loading…
Add table
Add a link
Reference in a new issue