Skip to content

rootulp/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

advent-of-code

Build License Go Report Card Code Style

Advent of Code solutions

Getting Started

If you are new to Advent of Code, you can get started at adventofcode.com.

Local Development

Create a new solution directory based on these docs:

mkdir 2020/day2
cd 2020/day2

Run an individual solution with

go run day1.go

Run unit tests

go test

Contribute

I'd appreciate any feedback via issues.