My Advent Of Code attempt in rust!
Go to file
Luke Else 42664687a1
Some checks failed
Continuous integration / Check (push) Successful in 10m8s
Continuous integration / Test Suite (push) Successful in 10m14s
Continuous integration / Rustfmt (push) Successful in 9m54s
Continuous integration / Clippy (push) Failing after 10m10s
Continuous integration / build (push) Successful in 10m14s
Fixed rustfmt warnings
2024-10-05 15:06:25 +01:00
.gitea/workflows Created Test config 2024-10-05 13:25:59 +01:00
.vscode Day 1 Part 2... Feeling in agony as I can't seem to use regex to save my life. Lookahead current does not work :( 2023-12-01 10:38:18 +00:00
src Fixed rustfmt warnings 2024-10-05 15:06:25 +01:00
.gitignore Base Project Setup 2023-11-30 17:24:15 +00:00
Cargo.toml Day 10 Part 1 complete 2023-12-10 23:21:24 +00:00
LICENSE Initial commit 2023-11-30 17:22:58 +00:00
README.md Updated readme to state completion 2024-10-05 13:32:02 +01:00

AdventOfCode2023

My Advent Of Code attempt in rust!

Made it to day 17 this year... not to bad.