From cb996234b2bc0e59b5178ac69ba6625f8dae297e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 18 Dec 2024 13:10:05 +0100 Subject: [PATCH] Add Rust university course exercises --- draft/2024-12-18-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-18-this-week-in-rust.md b/draft/2024-12-18-this-week-in-rust.md index be2e906c2..82349d431 100644 --- a/draft/2024-12-18-this-week-in-rust.md +++ b/draft/2024-12-18-this-week-in-rust.md @@ -47,6 +47,8 @@ and just ask the editors to select the category. ### Miscellaneous +- [Rust exercises from an university course](https://github.com/Kobzol/rust-course-fei/tree/main/lessons) + ## Crate of the Week