spo/sim/README.md
2025-12-07 21:46:10 +01:00

449 B

sim

Package Version Hex Docs

gleam add sim@1
import sim

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

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

Development

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