Shionx
Rizal, Philippines
fn main() {
let prophecy = {
// Needlessly dramatic allocation ritual
let words: Vec<&'static str> = vec!["Rust", "is", "the", "future!"];

// Summon the ancient string from the void
words.iter()
.copied()
.collect::<Vec<_>>()
.join(" ")
};

// Final revelation
println!("{}", prophecy);
}

www.melvinjonesrepol.com
fn main() {
let prophecy = {
// Needlessly dramatic allocation ritual
let words: Vec<&'static str> = vec!["Rust", "is", "the", "future!"];

// Summon the ancient string from the void
words.iter()
.copied()
.collect::<Vec<_>>()
.join(" ")
};

// Final revelation
println!("{}", prophecy);
}

www.melvinjonesrepol.com
当前离线
最新动态
总时数 12.2 小时
最后运行日期:4 月 7 日
100 点经验值
总时数 0.2 小时
最后运行日期:3 月 26 日
总时数 235 小时
最后运行日期:3 月 26 日