mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
Clean up and unify exercises
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// quiz3.rs
|
||||
//
|
||||
// This quiz tests:
|
||||
// - Generics
|
||||
// - Traits
|
||||
@@ -13,8 +11,6 @@
|
||||
// Make the necessary code changes in the struct ReportCard and the impl block
|
||||
// to support alphabetical report cards. Change the Grade in the second test to
|
||||
// "A+" to show that your changes allow alphabetical grades.
|
||||
//
|
||||
// Execute `rustlings hint quiz3` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
pub struct ReportCard {
|
||||
pub grade: f32,
|
||||
|
||||
Reference in New Issue
Block a user