Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcat-42/aoc_2023_cpp
Modern c++ solutions to the Advent of Code 2023 challenges
https://github.com/tomcat-42/aoc_2023_cpp
Last synced: 25 days ago
JSON representation
Modern c++ solutions to the Advent of Code 2023 challenges
- Host: GitHub
- URL: https://github.com/tomcat-42/aoc_2023_cpp
- Owner: Tomcat-42
- Created: 2023-12-04T13:22:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T12:31:00.000Z (about 1 year ago)
- Last Synced: 2023-12-20T17:11:03.036Z (about 1 year ago)
- Language: C++
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# AoC 2023: Modern C++
## Tools
- Build System: [XMake](https://xmake.io/#/)
- Toolchain: [LLVM 18 (trunk version)](https://github.com/llvm/llvm-project)
- Compiler: [Clang 18.0](https://clang.llvm.org/)
- std lib: [libc++ 18.0](https://libcxx.llvm.org/)
- debbuger: [lldb](https://lldb.llvm.org/)If you're using arch linux, I have prepared a
[custom llvm PKGBUILD](https://github.com/Tomcat-42/llvm-git) that builds and
package the latest LLVM project.## See More
I'm describing the solutions in [my blog](https://tomcat0x42.me/), go check it out.