cargo-play/fixtures/mod_hello.rs
octaltree 09a1cf6b19
Use stdin as main.rs (#30)
close #14 

Thanks to @octaltree octaltree
2021-02-17 22:30:06 -08:00

3 lines
56 B
Rust

pub(super) fn hello() {
println!("Hello World!");
}