test_ci 0.1.0

test for crate publish
Documentation
1
2
3
4
/// this is a function for test_ci
pub fn test_ci() {
    println!("test_ci");
}