mirror of
https://github.com/actix/actix-website
synced 2025-06-30 16:54:27 +02:00
Adds to workspace to test all code actually functions.
This commit is contained in:
5
examples/front-page/flexible-responders/src/main.rs
Normal file
5
examples/front-page/flexible-responders/src/main.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// <flexible-responders>
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
// </flexible-responders>
|
Reference in New Issue
Block a user