Skip to content

smartinio/aoc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-go

Using aoc to learn golang

# Create new solution folder
./new [year] [day] # defaults: [current year] [latest existing day + 1]

# Watch solution
./watch [year] [day] # defaults: [current year] [latest existing day]

# Run specific solution
go run 2024/01/solution.go

About

Advent of Code in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published