Compare commits
2 Commits
47d0073217
...
775239ee1a
Author | SHA1 | Date |
---|---|---|
Preston Baxter | 775239ee1a | |
Preston Baxter | 9142451140 |
|
@ -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.
|
|
@ -1,6 +0,0 @@
|
|||
rm day1 || echo ""
|
||||
gcc day1.c ../libs/* -o day1
|
||||
./day1 input.txt a
|
||||
53194
|
||||
./day1 input.txt b
|
||||
53706
|
Loading…
Reference in New Issue