We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bbb24 commit b0ae4f7Copy full SHA for b0ae4f7
content/lessons/02_ownership/index.md
@@ -354,3 +354,9 @@ fn main() {
354
- [Working with strings in Rust](https://fasterthanli.me/articles/working-with-strings-in-rust)
355
356
- [The Book, chapter 4](https://doc.rust-lang.org/stable/book/ch04-00-understanding-ownership.html)
357
+
358
+### Assignment 1 (graded)
359
360
+[ordering in Van Binh](https://classroom.github.com/a/prGDl5Xa)
361
362
+Deadline: 16.10.2024 23:59
content/lessons/03_data_types/index.md
@@ -105,6 +105,3 @@ So how do we handle situations which can fail? That's where the `Result` type co
105
- [Option docs](https://doc.rust-lang.org/std/option/)
106
- [Result docs](https://doc.rust-lang.org/std/result/)
107
108
-## Assignment #1 (graded)
109
-
110
-(TBA)
0 commit comments