12 lines
304 B
Markdown
12 lines
304 B
Markdown
|
# 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.
|