Skip to content

tschloss/AoC2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Go Template 🎄

This repository is based on the template repo Spissable/advent-of-go-template: A simplistic template to start solving advent of code puzzles using Go.

How to use

  1. You can use the Github Template Feature or simply download the repository to your machine.
  2. Run make init to initialize empty input.txt files. The files are gitignored as per the AoC ToS.
  3. Solve a specific day by copying your personal input file into the respective input.txt of the day's directory and implement the SolvePuzzle1 / SolvePuzzle2.
  4. Run the specific day via make day-<day_number> or run the test file via your favourite IDE (make sure to use verbose mode).
  5. Validate the printed results on the Advent of Code website.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •