Skip to content
/ aoc-go Public

Solutions to Advent of Code 2020 written in Go

Notifications You must be signed in to change notification settings

robsws/aoc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-go

Solutions to Advent of Code written in Go

How to run

All input files are included, so all you need to do to run solutions to all days of the most recent year is to clone the code and then run

go run main.go

You can run individual years using (for year 2020 for example):

go run main.go 2020

You can run individual days using (for day 4 for example):

go run main.go 2020 4

You can use the test input files (the basic inputs provided in each question) using:

go run main.go 2020 4 test

About

Solutions to Advent of Code 2020 written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages