Advent of Go: A Go Advent of Code CLI
github.com·11h·
Discuss: r/golang
Flag this post

Welcome to Advent of Go!

What is Advent of Go?

Advent of Go is a multi-year framework for Advent of Code, a festive programming advent calendar! It can house all your solutions in an easy and organized layout, and comes with built-in functionality that allows you to generate solutions stubs, pull input data, print results, submit answers, and pull available answers and test against them.

Installation

  1. Install Go and Git if you haven’t already
  2. If you would like to keep your solutions up to date on github, fork the repository first
  3. Run git clone github.com/bxdn/advent-of-go Or git clone <Your forked repo>
  4. Run cd advent-of-go
  5. The first time you run, you will be asked …

Similar Posts

Loading similar posts...