1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00

Add comma

This commit is contained in:
mo8it 2024-07-06 22:21:52 +02:00
parent 48697b8225
commit 5d4363d58d

View File

@ -1,4 +1,4 @@
// 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.
#[derive(Debug)]