pre-commit update
BIN
.aoc_tiles/tiles/2024/01.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
.aoc_tiles/tiles/2024/02.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
.aoc_tiles/tiles/2024/03.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
.aoc_tiles/tiles/2024/04.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
.aoc_tiles/tiles/2024/05.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
.aoc_tiles/tiles/2024/06.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
.aoc_tiles/tiles/2024/07.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
.aoc_tiles/tiles/2024/08.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
.aoc_tiles/tiles/2024/09.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
.aoc_tiles/tiles/2024/10.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
.aoc_tiles/tiles/2024/11.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
.aoc_tiles/tiles/2024/12.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
.aoc_tiles/tiles/2024/13.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
.aoc_tiles/tiles/2024/14.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
.aoc_tiles/tiles/2024/15.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
.aoc_tiles/tiles/2024/16.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
.aoc_tiles/tiles/2024/17.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
.aoc_tiles/tiles/2024/18.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
.aoc_tiles/tiles/2024/19.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
.aoc_tiles/tiles/2024/20.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
.aoc_tiles/tiles/2024/21.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
.aoc_tiles/tiles/2024/22.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
.aoc_tiles/tiles/2024/23.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
.aoc_tiles/tiles/2024/24.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
.aoc_tiles/tiles/2024/25.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
@ -12,5 +12,6 @@ repos:
|
|||||||
args:
|
args:
|
||||||
- --auto-add-tiles-to-git=amend
|
- --auto-add-tiles-to-git=amend
|
||||||
- --create-all-days
|
- --create-all-days
|
||||||
|
- --overwrite-year=2024
|
||||||
# - --language-sorting=jl,kt,py,rs
|
# - --language-sorting=jl,kt,py,rs
|
||||||
# - --exclude-patterns=2021/*/*.apl,2021/*/*.py,2021/*/*.cpp
|
# - --exclude-patterns=2021/*/*.apl,2021/*/*.py,2021/*/*.cpp
|
||||||
|
79
README.md
@ -1,3 +1,80 @@
|
|||||||
<!-- AOC TILES BEGIN -->
|
<!-- AOC TILES BEGIN -->
|
||||||
|
<h1 align="center">
|
||||||
|
2024 - 26 ⭐ - Rust
|
||||||
|
</h1>
|
||||||
|
<a href="src/day1.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/01.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day2.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/02.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day3.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/03.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day4.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/04.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day5.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/05.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day6.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/06.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day7.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/07.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day8.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/08.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day9.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/09.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day10.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/10.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day11.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/11.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day12.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/12.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="src/day13.rs">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/13.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/14.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/15.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/16.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/17.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/18.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/19.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/20.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/21.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/22.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/23.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/24.png" width="161px">
|
||||||
|
</a>
|
||||||
|
<a href="None">
|
||||||
|
<img src=".aoc_tiles/tiles/2024/25.png" width="161px">
|
||||||
|
</a>
|
||||||
<!-- AOC TILES END -->
|
<!-- AOC TILES END -->
|
||||||
|