Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ilit/advent-of-code
My solutions for Advent of Code 2023
https://github.com/1ilit/advent-of-code
advent-of-code aoc2023 aoc2023-in-cpp
Last synced: about 2 months ago
JSON representation
My solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/1ilit/advent-of-code
- Owner: 1ilit
- License: mit
- Created: 2023-12-02T08:05:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T13:38:02.000Z (about 2 months ago)
- Last Synced: 2024-12-01T13:39:50.460Z (about 2 months ago)
- Topics: advent-of-code, aoc2023, aoc2023-in-cpp
- Language: C++
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
### To compile
```console
cd /
make
```