2018-02-07 22:48:05 +09:00

6 lines
67 B
Rust

// Part of multiple.rs
fn bob() {
println!("hello other!");
}