You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

doc.go 233B

1234567
  1. package aoc_2019
  2. // aoc_2019 contains my solutions to Advent of Code 2019.
  3. //
  4. // Each day is contained in a subpackage and can be compiled to its own executable.
  5. //
  6. // There should be no good reason to import this package anywhere.