From 3f6b16863e85ae4317f77073b046695b5af9c6a7 Mon Sep 17 00:00:00 2001 From: Seungmin Jeon Date: Sun, 4 Dec 2022 15:21:50 +0900 Subject: [PATCH] Add description for assignment 13 --- src/assignments/assignment13.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assignments/assignment13.rs b/src/assignments/assignment13.rs index bd91185..dfc7394 100644 --- a/src/assignments/assignment13.rs +++ b/src/assignments/assignment13.rs @@ -2,6 +2,7 @@ //! //! The primary goal of this assignment is to get used to data parallelism. //! +//! Refer to your solution for assignment 09. You will implement the parallelized version of assignment 09. //! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-13.sh` works fine. //! See `assignment13_grade.rs` and `/scripts/grade-13.sh` for the test script.