Add example to readme
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
Lily Rose 2025-07-08 23:05:39 +10:00
parent fab4c9df5d
commit 222bbafd5c

View file

@ -7,10 +7,10 @@
gleam add spacetraders_models@1
```
```gleam
import spacetraders_models
import spacetraders_models/faction_symbol
pub fn main() -> Nil {
// TODO: An example of the project in use
echo faction_symbol.Cosmic
}
```