/advent-of-code-2023

Advent of Code 2023

Primary LanguageCMIT LicenseMIT

⭐ advent-of-code-2023

Solutions for Advent of Code 2023 in C99

💻 Usage

Requirements

  • cmake
  • C99 compiler

Build

mkdir build
cd build
cmake ..
cmake --build .

👷 Structure

There is a folder for each daily problem, inside each folder there are two files, the dayXX.c C source file contains the solution, the CMakeLists.txt file configures the project.

⚖️ LICENSE

MIT © Carlos Asensio Martinez