GitHunt
ZA

zaenk/sc-aoc-2024

hello

Package Version
Hex Docs

gleam add hello@1
import hello

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/hello.

Development

gleam run   # Run the project
gleam test  # Run the tests

Running only a single challange

gleam run -m aoc01

Measuring time and memory

export TIME='\t%E real\n\t%U user\n\t%S sys\n\t%K amem\n\t%M mmem'
/usr/bin/time gleam run -m aoc01

Languages

Gleam100.0%

Contributors

Created December 10, 2024
Updated December 16, 2024