mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2025-09-05 09:52:44 +00:00
Added day 1
This commit is contained in:
parent
51afb9d03e
commit
c6f7df0bf3
4 changed files with 308 additions and 4 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
.dub
|
||||
docs.json
|
||||
__dummy.html
|
||||
docs/
|
||||
/aoc-2020
|
||||
aoc-2020.so
|
||||
aoc-2020.dylib
|
||||
aoc-2020.dll
|
||||
aoc-2020.a
|
||||
aoc-2020.lib
|
||||
aoc-2020-test-*
|
||||
*.exe
|
||||
*.o
|
||||
*.obj
|
||||
*.lst
|
Loading…
Add table
Add a link
Reference in a new issue