poush / adventofcode2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2021

Installation

Install go compiler (https://golang.org/doc/install)

go mod download
go build

Run

run one day

./adventofcode2021 day01

run multiple days

./adventofcode2021 day02 day03

run everything

./adventofcode2021

About


Languages

Language:Go 100.0%