Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 264 Bytes

Advent of Code 2023

This repository contains C++ solutions for the Advent of Code 2023.

Usage

# Create a clone of the template for day n
./clone.sh dayn
# Run solution for part 1
./1.sh
# Run solution for part 2
./2.sh