Skip to content

lento234/advent2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

GitHub Workflow Status GitHub license

Description

https://adventofcode.com/

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. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

Calendar

M T W T F S S
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 🎁

Build

Build using the cmake workflow:

cmake -B build
make -j -C build