Skip to content

Commit b0ae4f7

Browse files
committed
announce assignment 1
1 parent 90bbb24 commit b0ae4f7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

content/lessons/02_ownership/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,9 @@ fn main() {
354354
- [Working with strings in Rust](https://fasterthanli.me/articles/working-with-strings-in-rust)
355355

356356
- [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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,3 @@ So how do we handle situations which can fail? That's where the `Result` type co
105105
- [Option docs](https://doc.rust-lang.org/std/option/)
106106
- [Result docs](https://doc.rust-lang.org/std/result/)
107107

108-
## Assignment #1 (graded)
109-
110-
(TBA)

0 commit comments

Comments
 (0)