diff --git a/go/2023/README.md b/go/2023/README.md new file mode 100644 index 0000000..c3b20c2 --- /dev/null +++ b/go/2023/README.md @@ -0,0 +1,10 @@ +# Advent of Code 2023 + +Some solutions in Go. Might not do all of them, as these are not my [main +solutions](https://github.com/believer/advent-of-code/tree/master/rust/2023). This is just for fun 😁. + +## Days + +| Day | #1 | #1 Answer | #2 | #2 Answer | +| -------------------------------------------------------------------------------------------------- | --- | --------: | --- | --------: | +| [Day 1: Trebuchet?!](https://github.com/believer/advent-of-code/blob/master/go/2023/day01/main.go) | 🌟 | 54304 | | |