Rocket/examples/config/src/main.rs

5 lines
101 B
Rust
Raw Normal View History

2016-12-27 22:35:14 +00:00
// This example's illustration is the Rocket.toml file.
fn main() {
rocket::ignite().launch();
}