sqlx_seeder/
hello_rust.rs

1 pub fn print_hello() -> () {
2   println!("よばれたよ");
3 }