Skip to content

ChrisCPoirier/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

watch my setup video here

Testing

go test -timeout 10s -run ^TestParts$ aoc/cmd/year[year]/day[day]

example: go test -timeout 10s -run ^TestParts$ aoc/cmd/year2024/day7

Execute

go run main.go [year] day[day]

example: go run main.go 2024 day1

2024 Videos

Input/test files

all test inputs are the same for each AOC day. You can pull those from the website and place them in the respective input files.

All actual input is different for each user and the creators of AOC have asked that we not share that data. You can use your own input by creating the respective 1.txt,2.txt and test.txt,test2.txt

About

Advent of Code in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages