diff options
Diffstat (limited to '2023')
-rw-r--r-- | 2023/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2023/README.md b/2023/README.md new file mode 100644 index 0000000..a4eea9e --- /dev/null +++ b/2023/README.md | |||
@@ -0,0 +1,17 @@ | |||
1 | <h1 align="center"> | ||
2 | <a href="https://adventofcode.com/2023"> | ||
3 | Advent of Code 2023 | ||
4 | </a> | ||
5 | </h1> | ||
6 | |||
7 | <h4 align="center"> ...solved in C++17.</h4> | ||
8 | |||
9 | <p align="center"> | ||
10 | <a href="https://adventofcode.com/2023"> | ||
11 | <img src="https://img.shields.io/badge/aoc%202023-0f0f23?style=for-the-badge" alt="AoC 2023"> | ||
12 | </a> | ||
13 | <img src="https://img.shields.io/badge/lang-c++-00599c?style=for-the-badge&logo=cplusplus&logoColor=white"> | ||
14 | <img src="https://img.shields.io/badge/nix-fakes-5277c3?logo=nixos&logoColor=white&style=for-the-badge"> | ||
15 | </p> | ||
16 | |||
17 | Run `nix develop` for a reproducible environment. | ||