This commit is contained in:
parent
af2881afeb
commit
473fefd0bb
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ gleam add spacetraders_sdk@1
|
||||||
import spacetraders_sdk
|
import spacetraders_sdk
|
||||||
|
|
||||||
pub fn main() -> Nil {
|
pub fn main() -> Nil {
|
||||||
// TODO: An example of the project in use
|
let assert Ok(server_status) = get_server_status()
|
||||||
|
echo server_status
|
||||||
|
Nil
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue