rust-hello-world 0.1.1

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