Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.