Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 671 Bytes

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language.

In this repository we will play around with different languages and use the PRs to review our solutions.

Project structure

We have a separation per year on the root followed by language and input files:

2021
 - input
   - day1.txt
   - day2.txt
 - php
   - Makefile
 - kotlin
   - Makefile
 - python
   - Makefile

On the Makefile we expect at least build and test tasks that will be called by CI.