Flatten nested Rust projects into monorepo
This commit is contained in:
5
ownership/src/main.rs
Normal file
5
ownership/src/main.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
let mut s = String::from("Hello");
|
||||
s.push_str(", World!");
|
||||
println!("{s}");
|
||||
}
|
Reference in New Issue
Block a user