Skip to content

OliverFlecke/advent-of-code-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Go!

Repository containing solutions for Advent of Code. This follows the same pattern as my previous year's solutions in Rust.

The code contains functonality to fetch the input (with caching) and submit answers to the AoC website programatically with authentication. All of this is contained in the client directory through the GetInput and SubmitAnswer functions.

For examples of how to use it, see solution for year 2022 day 1 in solutions/2022/1.go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages