Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.