dArignac / advent-of-code-2019

Advent of Code 2019 in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019 in Go

I'm starting to learn the language Go by solving the tasks of the Advent of Code.

Adrienne Tacke's tweets about this brought me to do this, check out her solutions using javascript at her Github repo.

Go Report Card Actions Status

Dependencies

Run go get -v -t -d ./... from root.

Tests

To execute the tests run go ./... from the root or any day folder to just run the tests for the day.

Progress

= solved = not yet solved, work in progress

Day Part One Part Two
Day 1: The Tyranny of the Rocket Equation
Day 2: 1202 Program Alarm
Day 3: Crossed Wires
Day 4: Secure Container
Day 5: Sunny with a chance of Asteroids
Day 6: Universal Orbit Map

About

Advent of Code 2019 in Go

License:MIT License


Languages

Language:Go 100.0%