Files
AstrBot/rust/src/main.rs
2026-03-24 18:30:45 +08:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}