mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-22 01:33:36 -04:00
Clean up and unify exercises
This commit is contained in:
parent
cb9f1ac9ce
commit
2f810a4da6
96 changed files with 267 additions and 635 deletions
exercises/07_structs
|
@ -1,9 +1,4 @@
|
|||
// structs1.rs
|
||||
//
|
||||
// Address all the TODOs to make the tests pass!
|
||||
//
|
||||
// Execute `rustlings hint structs1` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
struct ColorClassicStruct {
|
||||
// TODO: Something goes here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue