Go to file
Lucien Cartier-Tilet a7107c1a1e
add day 2 part 1
2023-11-10 22:48:13 +01:00
LICENSE initial commit 2023-11-10 21:09:16 +01:00
README.org initial commit 2023-11-10 21:09:16 +01:00
day1-1.uiua initial commit 2023-11-10 21:09:16 +01:00
day1-2.uiua initial commit 2023-11-10 21:09:16 +01:00
day2-1.uiua add day 2 part 1 2023-11-10 22:48:13 +01:00

README.org

Advent of Code 2022 in Uiua

This repository is my attempt at solving the Advent of Code of 2022 in Uiua, an array-oriented and stack-based programming laguage. Im a tad late for this event (I created this repository on November 10th 2023), but hey, at least Im 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 Uiuas formatting, but other than that, I havent preprocessed anything.

All programs have been tested on Uiuas website. Unless I specifically mention in comments a program does not work, they should all work.

Dont take this repository as me showing how to properly use Uiua, Im still very much a beginner at that language.

All code is under the GPL-3.0 repository, see the license file.