Advent of Code in C
Go to file
Preston Baxter 0007bda206 Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00
day1 Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00
day2 Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00
libs Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00
.gitignore Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00
README.md add reame and start day 2 2023-12-10 17:02:10 -06:00
run_all.sh Complete Day 2, Update make files, add run all script 2023-12-10 21:22:09 -06:00

README.md

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

make run

The makefile in the root directory will drop into every directory and run that directories make file. Building and running every day.