spo/sim
2025-12-08 10:38:04 +01:00
..
src first steps sim 2025-12-08 10:38:04 +01:00
test simulator 2025-12-07 21:46:10 +01:00
gleam.toml simulator 2025-12-07 21:46:10 +01:00
manifest.toml simulator 2025-12-07 21:46:10 +01:00
README.md simulator 2025-12-07 21:46:10 +01:00

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