advent-of-c-ode/README.md

12 lines
304 B
Markdown
Raw Permalink Normal View History

2023-12-10 18:02:10 -05:00
# Advent of code 2023
This is my attempt at advent of cdoe 2023. I decided to use C to learn and give myself a challenge
## How to build and run
```bash
make run
```
The makefile in the root directory will drop into every directory and run that directories make file. Building and running every day.