Rust1 Getting Started & Programming a Guessing Game
Rust学习笔记Rust编程语言入门教程课程笔记参考教材:TheRustProgrammingLanguage(bySteveKlabnikandCarolNichols,withcontributionsfromtheRustCommunity)Lecture1:GettingStartedhello_world.rsfnmain(){println!("HelloWorld!");//"!"m