AdventOfCode2023/README.md
2023-12-06 12:17:29 +01:00

13 lines
745 B
Markdown

# Advent of code 2023 :christmas_tree:
This is a repository for my solutions for the [advent of code 2023](https://adventofcode.com/2023).
<!-- table begin -->
| Day | Language | Execuction time | Comment |
|:---: |:---: | ---: | --- |
| [01](01) | Python | 0,015 s | one-liners |
| [02](02) | Rust | 0,001 s | my very first rust program |
| [03](03) | Rust | 0,001 s | |
| [04](04) | Rust | 0,001 s | |
| [05](05) | Rust | 0,001 s | very efficient |
| [06](06) | Rust | 0,001 s | quadratic formula go *brrrr* |