# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Advent of Code 2019 (Golang)
This repository is my solutions to Advent of Code, 2019.
Prerequisites
You will need go
installed. Recommend installing brew
and running brew install go
.
Running the Solutions
Download, build, and install the solutions like so:
# Download, build, and install solutions from this repo
go get github.com/dds/aoc2019/...
# Run solution for day 1
day1
# Get input for day 20, wait up to 8h, and copy to clipboard if successful
aocinput 20 --session=<session_cookie> --timeout=8h --clipboard