Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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.