fn main()

in rust/hello_cargo/src/main.rs [1:3]


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