khalilliu / adventofcode2022

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode2022

C++ Solutions for adventofcode.com year 2022 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 2022 of "Advent of Code".


Languages

Language:C++ 77.0%Language:Shell 9.7%Language:CMake 7.4%Language:JavaScript 5.8%