mirror of
https://github.com/notohh/rustlings.git
synced 2025-09-22 13:33:14 -04:00
chore: Removed extra whitespaces
Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
This commit is contained in:
parent
9699da4968
commit
ee7cdc66b3
7 changed files with 25 additions and 25 deletions
exercises/generics
|
@ -4,8 +4,8 @@
|
|||
// However, the school also issues alphabetical grades (A+ -> F-) and needs
|
||||
// to be able to print both types of report card!
|
||||
|
||||
// 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+"
|
||||
// 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 generics3' for hints!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue