aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index f33bcd3..108aa21 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,15 @@
Yearly Advent of Code work.
-## 2022 ⭐ 22/22
+## 2023 ⭐ 2/2
+
+```bash
+# Nim
+cd 2023
+nim c -r nim/day01.nim input/day01.txt
+```
+
+## 2022 ⭐ 33/50
```bash
# Nim
@@ -26,7 +34,7 @@ cd 2021
python3 01.py input/01.txt
```
-## 2020 ⭐ 38/50
+## 2020 ⭐ 41/50
```bash
# Nim