variables #181
Replies: 145 comments 19 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.
-
I did great here!!! |
Beta Was this translation helpful? Give feedback.
-
Completed |
Beta Was this translation helpful? Give feedback.
-
great way to learn. |
Beta Was this translation helpful? Give feedback.
-
this is very helpful, thanks so much for this project. |
Beta Was this translation helpful? Give feedback.
-
题目的代码块最后一行总是只有1/3可见,不知道大家都这样还是只有我。比如第7题的最后一行注释“// compiler warning: unused variable: |
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