This commit is contained in:
parent
fab4c9df5d
commit
222bbafd5c
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
gleam add spacetraders_models@1
|
gleam add spacetraders_models@1
|
||||||
```
|
```
|
||||||
```gleam
|
```gleam
|
||||||
import spacetraders_models
|
import spacetraders_models/faction_symbol
|
||||||
|
|
||||||
pub fn main() -> Nil {
|
pub fn main() -> Nil {
|
||||||
// TODO: An example of the project in use
|
echo faction_symbol.Cosmic
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue