mirror of
https://codeberg.org/JasterV/aoc_2021.git
synced 2026-04-26 18:40:05 +00:00
Update README.md
This commit is contained in:
parent
08a6e6fa41
commit
35fa5c3957
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -1,7 +1,12 @@
|
|||
# Advent of code 2021
|
||||
|
||||
<div align="center"><img src="./assets/christmas_tree.png"></div>
|
||||
<div align="center">
|
||||
|
||||
<img src="./assets/christmas_tree.png">
|
||||
<p>
|
||||
This repo contains my solutions for advent of code 2021 :)
|
||||
I will solve all of the problems with Rust, trying to take a functional approach
|
||||
</p>
|
||||
</div>
|
||||
|
||||
This repo contains my solutions for advent of code 2021 :)
|
||||
|
||||
I will solve all of the problems with Rust, trying to take a functional approach
|
||||
|
|
|
|||
Loading…
Reference in a new issue