mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-10 05:04:13 +00:00
09a1cf6b19
close #14 Thanks to @octaltree octaltree
3 lines
56 B
Rust
3 lines
56 B
Rust
pub(super) fn hello() {
|
|
println!("Hello World!");
|
|
}
|