Spawn a background thread that prints a Donald Trump quote every 10 seconds.
Add to your Cargo.toml:
```toml
[dependencies]
trump = "0.1"
```
Example:
```rust
use trump::start_quotes;
use std::time::Duration;
use std::thread;
fn main() {
}
```
MIT