This repository contains solutions for advent of code using Fennel, a Clojure-inspired lisp that compiles to Lua.
To run the code, navigate to the folder, download the input for the given day and then run the code using for example:
cd y2023/d01
# Download input.txt to folder
fennel d01.fnl