AdventOfCode2023/README.md

13 lines
745 B
Markdown
Raw Normal View History

2023-12-06 11:42:14 +01:00
# Advent of code 2024 :christmas_tree:
2023-12-01 22:10:51 +01:00
This is a repository for my solutions for the [advent of code 2023](https://adventofcode.com/2023).
2023-12-06 11:42:14 +01:00
<!-- table begin -->
2023-12-06 11:50:09 +01:00
| Day | Language | Execuction time | Comment |
| --- |:---: | ---: | --- |
2023-12-06 12:15:51 +01:00
| [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* |