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

https://github.com/heman/aoc2022

My Advent of code 2022
https://github.com/heman/aoc2022

aoc2022 cmake cpp cpp20 esp-idf esp32

Last synced: about 2 months ago
JSON representation

My Advent of code 2022

Awesome Lists containing this project

README

          

Advent of code 2022
=====

This years Advent of code will I try to build in C++20 and run on an ESP32. Since I won't be having a filesystem I'll link input.txt in the firmware with the help of CMake.

It is my first project built with CMake as well, this could be daunting.