Advent Of Code 2022 - Day 2
· 3 min read
See Day 2 for a detailed description of the problem.
See Day 2 for a detailed description of the problem.
In order to have some fun and exercise Jactl on some coding problems I have decided to solve the programming challenges from last year's Advent of Code - 2022. Every year the Advent of Code publishes a challenge for each day of the Advent calendar.
Jactl is a new programming language for JVM based applications. It provides a secure way for application developers to provide customisation and extension capabilities to their users but can also be used for commandline scripts. An interactive REPL is provided for testing out code snippets.