advent-of-code/2022
2022-12-12 15:23:00 +10:00
..
input Day 11 part 1 2022-12-11 22:05:35 +10:00
src Day 11 part 2 2022-12-12 15:23:00 +10:00
test Day 10 part 1 2022-12-11 10:18:59 +10:00
.gitignore Day 1 part 1 2022-12-01 17:01:32 +10:00
Cargo.lock Day 11 part 1 2022-12-11 22:05:35 +10:00
Cargo.toml Day 11 part 1 2022-12-11 22:05:35 +10:00
gleam.toml Day 1 part 1 2022-12-01 17:01:32 +10:00
manifest.toml Update gladvent 2022-12-08 12:57:11 +10:00
README.md Update 2022 README 2022-12-07 08:16:56 +10:00

Advent of Code 2022

This year I decided to forego my usual Rust solutions and try to solve the problems in Gleam. Gleam is a statically typed functional programming language that runs on the Erlang virtual machine, or JavaScript engine implemented in Rust. My code targets the Erlang VM.

The Gleam code was written against version 0.25 of the language.

Run

gleam run run n  # Run AoC day n