Skip to content

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 you like.

License

Notifications You must be signed in to change notification settings

codelicia/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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 you like.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published