Featured image of post World, Hello!

World, Hello!

不仅仅是 Hello world

正式拥有了属于自己的域名!

有了域名后,博客的曝光率也会大一些了罢(大嘘)

Anyway,在我的博客生涯中,这确实可以算是个有意义的节点

于是……

World, hello!

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
fn greet_world() {
    let southern_germany = "Grüß Gott!";
    let chinese = "世界,你好";
    let english = "World, hello";
    let japanese = "世界よ、こんにちは";
    let regions = [southern_germany, chinese, english, japanese];
    for region in regions.iter() {
        println!("{}", &region);
    }
}

fn main() {
    greet_world();
}

灵感来自:不仅仅是 Hello world

版权信息

本文原载于https://blog.allenwu233.com/,复制请保留原文出处

Licensed under CC BY-NC-SA 4.0
Built with Hugo
主题 StackJimmy 设计