main.rs 45 字节
Newer Older
1 2 3
fn main() {
    println!("Hello, world!");
}