khalilliu / adventofcode2021

πŸŽ„ My solutions to the 2021 of "Advent of Code".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode2021

C++ Solutions for adventofcode.com year 2021 puzzles

To compile, this should work for all puzzles (actually, C++20 is only needed for a few, C++11 should be enough for most):

eg: compile day1 puzzle

cd 01
./build.sh run 01 
./build.sh run 02

About

πŸŽ„ My solutions to the 2021 of "Advent of Code".


Languages

Language:C++ 77.5%Language:JavaScript 9.9%Language:Shell 7.2%Language:CMake 5.4%