No description
Find a file
kevin b5692419b9
Some checks failed
test / test (push) Has been cancelled
day04
2024-11-11 15:51:37 +01:00
.github/workflows day1, part1 and 2 2024-09-10 18:11:42 +02:00
src day04 2024-11-11 15:51:37 +01:00
test day1, part1 and 2 2024-09-10 18:11:42 +02:00
.gitignore day1, part1 and 2 2024-09-10 18:11:42 +02:00
gleam.toml day1, part1 and 2 2024-09-10 18:11:42 +02:00
manifest.toml day1, part1 and 2 2024-09-10 18:11:42 +02:00
README.md day1, part1 and 2 2024-09-10 18:11:42 +02:00

aoc2017

Package Version Hex Docs

gleam add aoc2017@1
import aoc2017

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

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

Development

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