5
cuddle-rust-lib/crates/%%name%%/src/lib.rs
Normal file
5
cuddle-rust-lib/crates/%%name%%/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod something {
|
||||
pub fn something() -> String {
|
||||
"hello, world!".to_string()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user