#+title: Advent of Code 2022 in Uiua #+author: Lucien Cartier-Tilet #+email: lucien@phundrak.com This repository is my attempt at solving the Advent of Code of 2022 in [[https://www.uiua.org/][Uiua]], an array-oriented and stack-based programming laguage. I’m a tad late for this event (I created this repository on November 10th 2023), but hey, at least I’m sort of trying? All programs reside within their own file that are self-sufficient. I may have modified a bit the input format to fit Uiua’s formatting, but other than that, I haven’t preprocessed anything. All programs have been tested on Uiua’s website. Unless I specifically mention in comments a program does not work, they should all work. Don’t take this repository as me showing how to properly use Uiua, I’m still very much a beginner at that language. All code is under the GPL-3.0 repository, see the [[file:LICENSE][license file]].