mirror of
https://github.com/actix/actix-website
synced 2024-12-04 04:31:55 +01:00
6 lines
96 B
Rust
6 lines
96 B
Rust
|
// <flexible-responders>
|
||
|
fn main() {
|
||
|
println!("Hello, world!");
|
||
|
}
|
||
|
// </flexible-responders>
|