diff --git a/src/content/blog/2025-12-03-advent-of-code-2025-day-1.md b/src/content/blog/2025-12-03-advent-of-code-2025-day-1.md new file mode 100644 index 0000000..503b1bc --- /dev/null +++ b/src/content/blog/2025-12-03-advent-of-code-2025-day-1.md @@ -0,0 +1,12 @@ +--- +title: Advent of Code 2025 - Day 1 +date: 2025-12-03T22:11:41.763Z +slug: 2025-12-03-advent-of-code-2025-day-1 +author: Thomas Wilson + +--- +I solved Advent of Code 2025 Day 1 using Ruby! + +Here's a [link](https://github.com/thomaswilsonxyz/advent-of-code-2025/tree/main/day-1) to a github repo. + +Feels strange (and nice) to be using Ruby again for the first time in a while.