When an entity is created you will receive a unique handle to it: an [`EntityId`](https://docs.rs/shipyard/latest/shipyard/struct.EntityId.html).
```rust, noplaypen
{{#include ../../../../tests/book/add_entity.rs:world}}
```
```rust, noplaypen
{{#include ../../../../tests/book/add_entity.rs:view}}
```