Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 531 Bytes

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