Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkawula/advent-of-code

My solutions for Advent of Code
https://github.com/kkawula/advent-of-code

advent-of-code advent-of-code-2023 aoc aoc-2023-in-cpp aoc-in-cpp aoc2023

Last synced: 22 days ago
JSON representation

My solutions for Advent of Code

Awesome Lists containing this project

README

        

# 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
```