diff options
| author | mo8it <mo8it@proton.me> | 2024-07-05 15:38:59 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-05 15:38:59 +0200 |
| commit | 65834fc42012cb6c0412757b830294e9af26549f (patch) | |
| tree | 51abbacbf2192cde3f13d0eab37bd38f44095787 /solutions/quizzes/quiz3.rs | |
| parent | f5a4965de7174e122c5d99ec0a300285d0a0c658 (diff) | |
Improve quizes
Diffstat (limited to 'solutions/quizzes/quiz3.rs')
| -rw-r--r-- | solutions/quizzes/quiz3.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solutions/quizzes/quiz3.rs b/solutions/quizzes/quiz3.rs index e3413fd..7b91278 100644 --- a/solutions/quizzes/quiz3.rs +++ b/solutions/quizzes/quiz3.rs @@ -1,7 +1,3 @@ -// This quiz tests: -// - Generics -// - Traits -// // An imaginary magical school has a new report card generation system written // in Rust! Currently, the system only supports creating report cards where the // student's grade is represented numerically (e.g. 1.0 -> 5.5). However, the |
