My solutions to the advent of code
Find a file
Jonathan Hodgson d8448356ef Day 5
2021-12-05 17:45:49 +00:00
day1 Day 1 2021-12-01 22:03:50 +00:00
day2 Day 2 2021-12-03 11:04:53 +00:00
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 Adds to Readme 2021-12-01 12:02:15 +00:00

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.