simulator
This commit is contained in:
parent
6d722acba9
commit
a9323bb7d9
10 changed files with 459 additions and 0 deletions
24
sim/README.md
Normal file
24
sim/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# sim
|
||||
|
||||
[](https://hex.pm/packages/sim)
|
||||
[](https://hexdocs.pm/sim/)
|
||||
|
||||
```sh
|
||||
gleam add sim@1
|
||||
```
|
||||
```gleam
|
||||
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
|
||||
|
||||
```sh
|
||||
gleam run # Run the project
|
||||
gleam test # Run the tests
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue