My solutions to the advent of code
Find a file
Jonathan Hodgson d8448356ef Day 5
2021-12-05 17:45:49 +00:00
day1
day2
day3 Day 3 2021-12-03 23:52:44 +00:00
day4 Day 4 2021-12-04 22:02:44 +00:00
day5 Day 5 2021-12-05 17:45:49 +00:00
.gitignore Adds Gitignore 2021-12-04 22:02:14 +00:00
README.md

Advent of code 2021

https://adventofcode.com/

I will push my solutions the day after they were set. I.e, I will push the first day's solutions on the 2nd of December and so on.

I will be using this as a way to learn C. Expect to find bad C code. I will also see how many of them I can do in bash so that might be fun as well.