摘要: 练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 primitive_types1 // primitive_types1.rs // Fill in the rest of the line that has code missing! 阅读全文
posted @ 2020-06-11 14:56 GoudaX 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Rustlings_test1 练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 // test1.rs // This is a test for the following sections: // - Variables // - 阅读全文
posted @ 2020-06-11 12:46 GoudaX 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 functions1.rs // functions1.rs // Make me compile! Execute `rustlings hint functions1` for hin 阅读全文
posted @ 2020-06-11 12:43 GoudaX 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 if1.rs // if1.rs pub fn bigger(a: i32, b: i32) -> i32 { // Complete this function to return th 阅读全文
posted @ 2020-06-11 12:40 GoudaX 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 variables1.rs // variables1.rs // Make me compile! Execute the command `rustlings hint variabl 阅读全文
posted @ 2020-06-11 12:35 GoudaX 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 练习过程中的随手记, 主要为自己,..分享出来,若能帮助大家,意外乐趣 最近闲来无事,看了看Rust,做下rustlings玩一玩. 练习环境 操作系统:Windows10 2004 Rust版本: 用rustup安装的当前20200611最新Rust nightly版本 编辑器: VSCode 其 阅读全文
posted @ 2020-06-11 12:31 GoudaX 阅读(309) 评论(0) 推荐(0) 编辑