test1/
test1.rs

1use smonitor::testa;
2
3fn main() {
4    testa();
5}