mirror of
https://github.com/notohh/rustlings.git
synced 2025-05-17 15:35:45 -04:00
commit
1652bb67d9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Structs contain data, but can also have logic. In this exercise we have
|
// Structs contain data, but can also have logic. In this exercise we have
|
||||||
// defined the `Package` struct and we want to test some logic attached to it.
|
// defined the `Package` struct, and we want to test some logic attached to it.
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
struct Package {
|
struct Package {
|
||||||
|
|
Loading…
Add table
Reference in a new issue