hello
gleam add hello@1import 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 testsRunning only a single challange
gleam run -m aoc01Measuring 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