Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.