diff --git a/README.md b/README.md new file mode 100644 index 0000000..2fd23e9 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Advent of Code 2023 + +An attempt to start programming again. + +- [Day 1](./day01/trebuchet.go) +- [Day 2](./day02/lottacubes.go) + +This repo gets automatically mirrored to [Github](https://github.com/Doddophonique/aoc2023).