variables #181
Replies: 164 comments 26 replies
-
mark一下-2022-4-14 |
Beta Was this translation helpful? Give feedback.
-
第一题感觉这样,更容易理解 println!("x is equal to {}", x); |
Beta Was this translation helpful? Give feedback.
-
🔥 整个 rust-by-practice 所有题目,哪里有答案呢? |
Beta Was this translation helpful? Give feedback.
-
作业已完成。花了15分钟,感觉是比较基础的练习,对于rust的变量可变性,元组,数组,结构,作用域,变量的遮蔽性,还有所有权都有一定的考察,循序渐进,很有正反馈的练习作业 |
Beta Was this translation helpful? Give feedback.
-
未使用变量第二种方法。。。怎么说呢,是我好奇点了一下眼睛,看到shebang就懂了。。 |
Beta Was this translation helpful? Give feedback.
-
请问第4题答案中为什么需要在"hello"后面加一个to_string()呢 |
Beta Was this translation helpful? Give feedback.
-
这种学习方式确实很不错,实时的正反馈,感谢楼主 |
Beta Was this translation helpful? Give feedback.
-
第4题第二个答案
里面{:?} 和 &'static str 分别是什么意思啊? |
Beta Was this translation helpful? Give feedback.
-
Figo was here. |
Beta Was this translation helpful? Give feedback.
-
fn main() { |
Beta Was this translation helpful? Give feedback.
-
头一次做题,记录一下 |
Beta Was this translation helpful? Give feedback.
-
how to show up the warning when running this: |
Beta Was this translation helpful? Give feedback.
-
很好的教程与练习,使我的电脑生锈。 |
Beta Was this translation helpful? Give feedback.
-
mark - 2025.4.16 |
Beta Was this translation helpful? Give feedback.
-
omkar was here |
Beta Was this translation helpful? Give feedback.
-
variables
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev with challenging examples, exercises and projects.
https://zh.practice.rs/variables.html
Beta Was this translation helpful? Give feedback.
All reactions