spo/sim
2026-01-15 19:29:35 +01:00
..
src commit message 2026-01-15 19:29:35 +01:00
test implement most of the missing functions for sic simulator 2026-01-05 12:32:30 +01:00
.gitignore commit message 2026-01-15 19:29:35 +01:00
gleam.toml simulator 2025-12-07 21:46:10 +01:00
log.log implement most of the missing functions for sic simulator 2026-01-05 12:32:30 +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