diff options
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 |
