Update solution for 2021 day 02
Change gitignore so that it includes the input files
This commit is contained in:
parent
fc62292117
commit
dff5d17dc8
8
2021/day-02/.gitignore
vendored
8
2021/day-02/.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.adb
|
||||
!*.ads
|
||||
part_one
|
||||
part_two
|
||||
*.ali
|
||||
*.o
|
||||
|
1000
2021/day-02/inputs/puzzle.txt
Normal file
1000
2021/day-02/inputs/puzzle.txt
Normal file
File diff suppressed because it is too large
Load Diff
6
2021/day-02/inputs/sample.txt
Normal file
6
2021/day-02/inputs/sample.txt
Normal file
@ -0,0 +1,6 @@
|
||||
forward 5
|
||||
down 5
|
||||
forward 8
|
||||
up 3
|
||||
down 8
|
||||
forward 2
|
Loading…
Reference in New Issue
Block a user