mikesjak / AdventOfCode2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hits

Advent of code 2023

This repository consists of my solutions to the Advent of code 2023. My main goal for this year's AOC is to practice problem-solving and writing more readable code.

All files have been compiled using g++ -std=c++17 -Wall -pedantic Apple clang 15.0.0, MacBook Pro M3 Pro.

All tasks are on the official Advent of Code website.

All solutions can be found in src folder.

About


Languages

Language:C++ 100.0%