No description
This repository has been archived on 2024-11-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
kevin 4cbed4377e
Some checks failed
test / test (push) Has been cancelled
just having fun
2024-09-06 18:42:48 +02:00
.github/workflows just having fun 2024-09-06 18:42:48 +02:00
src just having fun 2024-09-06 18:42:48 +02:00
test just having fun 2024-09-06 18:42:48 +02:00
.gitignore just having fun 2024-09-06 18:42:48 +02:00
gleam.toml just having fun 2024-09-06 18:42:48 +02:00
manifest.toml just having fun 2024-09-06 18:42:48 +02:00
README.md just having fun 2024-09-06 18:42:48 +02:00

aoc2023

Package Version Hex Docs

gleam add aoc2023@1
import aoc2023

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

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

Development

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