orn688 / advent-of-code-2018

Belated Advent of Code 2018 solutions, in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2018

Golang solutions to the 2018 Advent of Code.

Usage

  1. Install direnv.
  2. Clone and cd into this repo.
  3. cp template.envrc .envrc
  4. Fill in your Advent of Code session cookie in .envrc.
  5. direnv allow .
  6. go run main.go [--part2] <day-number>

About

Belated Advent of Code 2018 solutions, in Go

License:MIT License


Languages

Language:Go 100.0%