add: test lib func

This commit is contained in:
agryphus 2026-04-20 10:22:50 -04:00
parent ad20a850fb
commit 3e69a17c17

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub fn test() {
println!("Hello from live lib");
}