rust-lang-zh_CN/projects/dst/src/main.rs
2023-04-11 17:17:17 +08:00

5 lines
97 B
Rust

fn main() {
let s1: str = "致以问候!";
let s2: str = "最近过得怎么样?";
}