Compare commits

...

2 Commits

Author SHA1 Message Date
Preston Baxter 775239ee1a add reame and start day 2 2023-12-10 17:02:10 -06:00
Preston Baxter 9142451140 remove unwanted files 2023-12-10 17:02:04 -06:00
4 changed files with 11 additions and 6 deletions

11
README.md Normal file
View File

@ -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.

BIN
day1/day1

Binary file not shown.

View File

@ -1,6 +0,0 @@
rm day1 || echo ""
gcc day1.c ../libs/* -o day1
./day1 input.txt a
53194
./day1 input.txt b
53706

0
day2/test.txt Normal file
View File