rust-lang-zh_CN/dst/src/main.rs

5 lines
97 B
Rust
Raw Normal View History

2023-03-27 14:33:48 +08:00
fn main() {
let s1: str = "致以问候!";
let s2: str = "最近过得怎么样?";
}