Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkawula/advent-of-code
- Owner: kkawula
- Created: 2023-12-02T14:16:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T10:12:06.000Z (10 months ago)
- Last Synced: 2024-06-27T01:01:33.919Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc-2023-in-cpp, aoc-in-cpp, aoc2023
- Language: C++
- Homepage: https://adventofcode.com/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```