hello_lib_skyler_test 0.1.0

A test library I made
Documentation
1
2
3
pub fn printer(string: &str) {
    println!("{string}");
}