OOP_IO-2x_2023-mirror/Rust/lab_2/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-05-06 23:55:52 +03:00
fn main() {
println!("Hello, world!");
}