1
0
mirror of https://github.com/actix/actix-website synced 2024-12-04 04:31:55 +01:00
actix-website/examples/front-page/flexible-responders/src/main.rs

6 lines
96 B
Rust
Raw Normal View History

// <flexible-responders>
fn main() {
println!("Hello, world!");
}
// </flexible-responders>