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