Categorygithub.com/ostap-sulyk/advent-of-code
repositorypackage
0.0.0-20250114122844-1dd2c4dcefdb
Repository: https://github.com/ostap-sulyk/advent-of-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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

  1. Clone the repository:

    git clone https://github.com/ostap-sulyk/advent-of-code.git
    cd advent-of-code
    
  2. Run the main entry point:

    go run main.go
    

    This will automatically execute all the Advent of Code solutions available in the project.

  3. 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! 🧩