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
- Host: GitHub
- URL: https://github.com/heman/aoc2022
- Owner: HeMan
- Created: 2022-12-13T16:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T17:26:27.000Z (over 3 years ago)
- Last Synced: 2025-01-19T11:29:19.489Z (over 1 year ago)
- Topics: aoc2022, cmake, cpp, cpp20, esp-idf, esp32
- Language: C++
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.