Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 363 Bytes

advent-of-code

Advent of Code repository for programming challenges at https://adventofcode.com/

Contents

  • /<year>: Programming challenges sorted by /day-<##>, 0-padded to properly asc sort in GitHub
  • /template: Helper files and template to prepare a new day's challenge
  • advent-func.sh: Bash function to simplify testing and running solutions