add: test lib func
This commit is contained in:
parent
ad20a850fb
commit
3e69a17c17
1 changed files with 3 additions and 0 deletions
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn test() {
|
||||
println!("Hello from live lib");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue