Skip to main content

34 posts tagged with "Advent of Code"

Solving Advent of Code puzzles with Jactl

View All Tags

Advent Of Code 2023 - Day 9

· 4 min read
James Crawford
Jactl Creator

An easy day where we had to calculate the next number for each of a given set of number series. After stumbling on a stupid mistake with an iterative approach, the recursive approach worked first time and ended up as a much nicer solution.

Advent Of Code 2023 - Day 1

· 5 min read
James Crawford
Jactl Creator

Another year has come around quickly and so another chance to have some fun solving the Advent Of Code puzzles for 2023. Once again, I will be attempting to solve these puzzles using Jactl. The version I am using is the latest version (1.3.1 as of time of writing).