Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/casensiom/advent-of-code-2023

Advent of Code 2023
https://github.com/casensiom/advent-of-code-2023

Last synced: about 2 months ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# ⭐ advent-of-code-2023
Solutions for [Advent of Code 2023](https://adventofcode.com/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](https://github.com/casensiom)