Create project
This commit is contained in:
commit
44294830af
8 changed files with 45 additions and 0 deletions
3
showbits-common/src/lib.rs
Normal file
3
showbits-common/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn greet(who: &str) {
|
||||
println!("Hello {who}!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue