- Notifications
You must be signed in to change notification settings - Fork1
Advent of Code 2020 Solutions (Golang)
License
NotificationsYou must be signed in to change notification settings
dds/aoc2020
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo contains my solutions toAdvent of Code, 2020.
You will needgo
installed. Recommend installingbrew
and runningbrew install go
.
Download, build, and install the solutions like so:
# Download, build, and install solutions from this repogo get github.com/dds/aoc2020/...# Run solution for day 1day1# Get input for day 20, wait up to 8h, and copy to clipboard if successfulaocinput 20 --timeout 8h --clipboard# Watch the time count down until AoC 2022 Day 1, then display the input and stop.watch -n 0.3 -e'! aocinput 1 -y 2022'
About
Advent of Code 2020 Solutions (Golang)
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published