Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent src showtime tests meta.gleam
Raw

src/showtime/tests/meta.gleam

pub type Meta {
Meta(description: String, tags: List(String))
}