Skip to content

hatsmaker/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Welcome to my solution repository for Advent of Code 2024! This repository contains my implementations for each of the daily puzzles using the Go programming language.

About Advent of Code

Advent of Code is an annual programming event that runs throughout December. Each day presents a new programming challenge that participants can solve to unlock the next puzzle. The puzzles are designed to be solved using any programming language and are a fun way to test and improve your coding skills.

Repository Structure

  • day1/ - Solutions for Day 1
  • day2/ - Solutions for Day 2
  • day3/ - Solutions for Day 3
  • ... - Additional directories for each day as needed

Each day’s solution includes:

  • A Go implementation for solving the problem.

Installation

To run these solutions locally, you will need:

Steps to Run a Solution

  1. Clone this repository:
    git clone https://github.com/hatsmaker/aoc.git
    cd aoc
  2. Navigate to the directory of the day you want to run:
    cd day1
  3. Run the solution:
    go run main.go

About

Solving the Advent of Code puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages