Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/casensiom/advent-of-code-2023
- Owner: casensiom
- License: mit
- Created: 2023-12-06T21:45:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T15:03:55.000Z (about 1 year ago)
- Last Synced: 2023-12-30T16:21:18.785Z (about 1 year ago)
- Language: C
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)