Packages

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

Current section

Files

Jump to
adglent src priv templates test_main.gleam
Raw

src/priv/templates/test_main.gleam

pub const template = "
import showtime
pub fn main() {
showtime.main()
}
"