Skip to content

dsaunders88/advent-of-code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025 in Go

My Advent of Code solutions for 2025 in Go.

CLI Commands

Run the following commands by installing this module with go install or by running go run main.go [global options] [command [command options]].

Command Alias Description
scaffold f Generate directory and templates for a day's puzzle. Creates main.go, main_test.go, input.txt, and input-test.txt files.
solve s Run the main.go file in a day's directory to return a solution from an input file.

Note

Input filepaths assume that these commands are run from the project root. Tests on the other hand should be run from the day directory.

About

Solutions for Advent of Code 2025 in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages