# README
Advent of Go
Welcome to the Advent of Code project written in go! 🎄🎅✨
This repository is an ongoing effort to solve Advent of Code challenges, from the very first puzzle in 2015 to the latest ones each year. The solutions are written in Go (Golang), focusing on clean, idiomatic, and efficient code. Whether you're here to review solutions, learn Go, or share the festive coding spirit, you're in the right place!
🎯 Project Goals
- Solve all Advent of Code puzzles (from 2015 to the current year).
- Serve as a starting point for those interested in tackling Advent of Code with Go.
🚀 How to Run
Prerequisites
- Install Go (version 1.20 or later recommended).
Running the Project
-
Clone the repository:
git clone https://github.com/ostap-sulyk/advent-of-code.git cd advent-of-code
-
Run the main entry point:
go run main.go
This will automatically execute all the Advent of Code solutions available in the project.
-
View the output in your terminal! 🖥️ Each solution prints the results for the corresponding day's puzzle, year by year.
🎄 Happy Holidays & Happy Coding! 🌟
May your code be bug-free, your tests pass on the first run, and your New Year be filled with more puzzles to solve! 🧩