No description
Find a file
2024-09-19 16:39:55 +02:00
.github/workflows chore: setup project 2024-09-19 07:54:58 +02:00
src/fortheck refactor: straighten stack - part II 2024-09-19 16:39:55 +02:00
test refactor: straighten stack - part II 2024-09-19 16:39:55 +02:00
.gitignore chore: setup project 2024-09-19 07:54:58 +02:00
gleam.toml chore: setup project 2024-09-19 07:54:58 +02:00
manifest.toml feat: implement stack 2024-09-19 09:09:22 +02:00
README.md chore: setup project 2024-09-19 07:54:58 +02:00

fortheck

Package Version Hex Docs

gleam add fortheck@1
import fortheck

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

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

Development

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