Skip to content

kkawula/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Info and problems are available at https://adventofcode.com/2023

Overview

Each day's solutions are in a subdirectory, 2023/01, 2023/02, etc.

Solutions are C++. Compile with:

g++ main.cpp -std=c++17

Run:

./a.out