gladvent icon indicating copy to clipboard operation
gladvent copied to clipboard

A Gleam framework for running Advent of Code solutions

Results 8 gladvent issues
Sort by recently updated
recently updated
newest added

It looks like issue 18 got shelved after a partial implementation so I thought I'd pick it up and give a go at finishing it out. I've done some foundational...

As discussed on the Gleam Discord, this PR creates a `.gitignore` file in `/input` if none exists and ignores all files matching `*.txt`. This will prevent users from accidentally pushing...

Again, really awesome work here! This project is great. ## problem The issue I discovered was that the day files aren't padded when `day < 10`. This causes sorting issues...

When experimenting with parsing it's really useful to just debug print it like this: ```rs fn part_1(input) { io.debug(input) } ``` However, gladvent complains that `input` has a generic type....

enhancement
good first issue