Welcome to the Advent of Code 2023 repository! This repository contains my solutions and explanations for the Advent of Code challenges for the year 2023 in Go.
Advent of Code is an annual coding event that takes place during the month of December. Each day, a new coding challenge is released, ranging from easy to difficult. Participants from around the world take on these challenges to improve their programming skills and have fun solving puzzles.
Clone the project
git clone https://github.com/fraserws/AOC2023.git
adventofcode2023/
│
├── Day01/
│ ├── input.txt
│ ├── go.mod
│ └── main.go
│
├── Day02/
│ ├── input.txt
│ ├── go.mod
│ └── main.go
│
└── ...
The solutions I come up may not be optimal so any suggestions for improvement would be appreciated!