Skip to content

Commit 8b1240f

Browse files
committed
added inputs to repo
1 parent ad87e92 commit 8b1240f

File tree

4 files changed

+4789
-28
lines changed

4 files changed

+4789
-28
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ My attempt to solve the [AoC2022](https://adventofcode.com/2022/) with the [Rust
1717

1818
### Usage
1919

20-
- Download your inputs for each puzzle and put them into the `data/inputs` folder. Name them `input01.txt`, `input02.txt`, etc
20+
- Download **your** inputs for each puzzle and replace those in the `data/inputs/` folder. Respect the naming convention with 2 digits for the days: `input01.txt`, `input02.txt`, `inputXX.txt`, ...
2121
- To run all solutions, run `cargo run --release`
2222
- To run the solutions to days `X`, `Y` and `Z`, run `cargo run --release -- X Y Z`
2323

@@ -29,28 +29,28 @@ Rust is a modern, general-purpose programming language that features *memory saf
2929

3030
## Progress
3131

32-
- [X] 1
33-
- [X] 2
34-
- [ ] 3
35-
- [ ] 4
36-
- [ ] 5
37-
- [ ] 6
38-
- [ ] 7
39-
- [ ] 8
40-
- [ ] 9
41-
- [ ] 10
42-
- [ ] 11
43-
- [ ] 12
44-
- [ ] 13
45-
- [ ] 14
46-
- [ ] 15
47-
- [ ] 16
48-
- [ ] 17
49-
- [ ] 18
50-
- [ ] 19
51-
- [ ] 20
52-
- [ ] 21
53-
- [ ] 22
54-
- [ ] 23
55-
- [ ] 24
56-
- [ ] 25
32+
- [X] [01](https://adventofcode.com/2022/day/1)
33+
- [X] [02](https://adventofcode.com/2022/day/2)
34+
- [ ] [03](https://adventofcode.com/2022/day/3)
35+
- [ ] [04](https://adventofcode.com/2022/day/4)
36+
- [ ] [05](https://adventofcode.com/2022/day/5)
37+
- [ ] [06](https://adventofcode.com/2022/day/6)
38+
- [ ] [07](https://adventofcode.com/2022/day/7)
39+
- [ ] [08](https://adventofcode.com/2022/day/8)
40+
- [ ] [09](https://adventofcode.com/2022/day/9)
41+
- [ ] [10](https://adventofcode.com/2022/day/10)
42+
- [ ] [11](https://adventofcode.com/2022/day/11)
43+
- [ ] [12](https://adventofcode.com/2022/day/12)
44+
- [ ] [13](https://adventofcode.com/2022/day/13)
45+
- [ ] [14](https://adventofcode.com/2022/day/14)
46+
- [ ] [15](https://adventofcode.com/2022/day/15)
47+
- [ ] [16](https://adventofcode.com/2022/day/16)
48+
- [ ] [17](https://adventofcode.com/2022/day/17)
49+
- [ ] [18](https://adventofcode.com/2022/day/18)
50+
- [ ] [19](https://adventofcode.com/2022/day/19)
51+
- [ ] [20](https://adventofcode.com/2022/day/20)
52+
- [ ] [21](https://adventofcode.com/2022/day/21)
53+
- [ ] [22](https://adventofcode.com/2022/day/22)
54+
- [ ] [23](https://adventofcode.com/2022/day/23)
55+
- [ ] [24](https://adventofcode.com/2022/day/24)
56+
- [ ] [25](https://adventofcode.com/2022/day/25)

data/inputs/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)