https://github.com/shadowc/aoc
AdventOfCode in c++ (spoilers!!)
https://github.com/shadowc/aoc
Last synced: 6 months ago
JSON representation
AdventOfCode in c++ (spoilers!!)
- Host: GitHub
- URL: https://github.com/shadowc/aoc
- Owner: shadowc
- Created: 2024-12-20T11:46:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:40:24.000Z (over 1 year ago)
- Last Synced: 2025-02-14T16:49:01.346Z (about 1 year ago)
- Language: C++
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code
Solutions to AOC problems in C++ using standard library.
These are far from optimal!!
To run this, compile with Visual Studio, copy the `DataFiles` directory to where the `.exe` ends up and run:
`AdventOfCode.exe` or `./AdventOfCode`
The rest will be self explanatory.