13 lines
745 B
Markdown
13 lines
745 B
Markdown
# Advent of code 2024 :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* |
|