rust-tcp-echo/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-09-11 14:14:49 +03:00
fn main() {
println!("Hello, world!");
}