mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2025-01-28 21:30:06 +08:00
5 lines
97 B
Rust
5 lines
97 B
Rust
fn main() {
|
|
let s1: str = "致以问候!";
|
|
let s2: str = "最近过得怎么样?";
|
|
}
|