taggo/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2025-05-01 00:18:55 +03:00
fn main() {
println!("Hello, world!");
}