appsec/src/bin/server.rs

4 lines
39 B
Rust
Raw Normal View History

2022-11-17 11:14:34 +01:00
fn main() {
println! ("server");
}