This commit is contained in:
Gleb Koval 2023-12-02 16:02:20 +00:00
parent 900692ce25
commit dd881355c2
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Advent of Code 2023
Not really going for points here, just for fun :).
I'll probably try to vary languages a bit to get some variety.
### [Day 1](day1/)
**Language**: Python 3.12 (generics used)
### [Day 2](day2/)
**Language**: Python 3