Skip to content

KhalidAlsantali/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This is a repository of my solutions to the Advent of Code event. An annual event of 25 daily themed programming puzzles.

How to run

Build using make for each year and run the output files. You can also use the Powershell script to run all solutions.

.\runallsolutions.ps1       # Shows menu
.\runallsolutions.ps1 2024  # Runs all 2024 solutions
.\runallsolutions.ps1 all   # Runs all solutions

Progress

Year Language Stars
2017 C++ ⭐22
2024 C++ ⭐50