rust_hello_test 0.2.1

テストクレートです
Documentation
1
2
3
 pub fn print_hello() -> () {
   println!("よばれたよ");
 }