Skip to content

ggfevans/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

My solutions for Advent of Code 2024 challenges. Advent of Code is an annual coding event with daily programming puzzles released from December 1st to December 25th.

Structure

  • Each day's solutions are stored in separate folders (day-1, day-2, etc.)
  • Solutions include code for both part 1 and part 2 of each daily challenge

Running Solutions

To run a specific day's solution:

  1. Navigate to the day's directory
  2. Execute the solution file

Progress

  • Day 1
  • Day 2 ...

About Advent of Code

Advent of Code is created by Eric Wastl. Each day presents two related puzzles that can be solved using any programming language. Points are awarded for being among the first 100 people to solve each puzzle.

Join the challenge

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages