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/greetings.rs

3 lines
62 B
Rust
Raw Normal View History

2015-12-16 09:08:59 -05:00
pub fn hello() -> String {
"こんにちは".to_string()
}