This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
literate-tribble/phrases/src/japanese/farewells.rs

3 lines
64 B
Rust

pub fn goodbye() -> String {
"さようなら".to_string()
}