Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chpxu/advent-of-code-2023
Advent Of Code 2023
https://github.com/chpxu/advent-of-code-2023
Last synced: 9 days ago
JSON representation
Advent Of Code 2023
- Host: GitHub
- URL: https://github.com/chpxu/advent-of-code-2023
- Owner: chpxu
- Created: 2023-12-03T16:44:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:48:15.000Z (10 months ago)
- Last Synced: 2024-11-06T06:08:56.055Z (about 2 months ago)
- Language: C++
- Size: 55.7 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
Bit late starting my first AoC but here we go.
- Repo is organised into folders by day.
- Langiage is C++, which is what I aim to learn the basics by
- Environment is Clang/LLVM. Created with nix + direnv, though this will not be necessary if you dont have them installed