Categorygithub.com/andrewstuart/aoc2021
module
0.5.0
Repository: https://github.com/andrewstuart/aoc2021.git
Documentation: pkg.go.dev

# README

This is my repo for aoc2021. I decided as soon as the go1.18 beta was released to work on this using Go generics as a perfect way to experiment with Go generics and get things wrong and messy in non-production code.

I'm using my fork of aocdl to simplify the creation of each day's input file and tests. e.g. mkdir -p 2021/day12 && aocdl -output ../input -force -story-output a.html plus the necessary config in ~/.aocdlconfig:

{
  "session-cookie": "<secret>",
  "story-out": "story.html",
  "test-output": "../test",
  "test-template-output": "./main_test.go",
  "test-template": "../../test_template.go.tpl",
  "template": "../../main_template.go.tpl",
  "template-output": "./main.go"
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author