add reame and start day 2
This commit is contained in:
parent
9142451140
commit
775239ee1a
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
Loading…
Reference in New Issue