Improve quizes

This commit is contained in:
mo8it
2024-07-05 15:38:59 +02:00
parent f5a4965de7
commit 65834fc420
4 changed files with 4 additions and 17 deletions
-4
View File
@@ -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