summaryrefslogtreecommitdiff
path: root/exercises/structs/structs2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/structs/structs2.rs')
-rw-r--r--exercises/structs/structs2.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/structs/structs2.rs b/exercises/structs/structs2.rs
index db381e7..0699137 100644
--- a/exercises/structs/structs2.rs
+++ b/exercises/structs/structs2.rs
@@ -2,6 +2,8 @@
// Address all the TODOs to make the tests pass!
// No hints, just do it!
+// I AM NOT DONE
+
#[derive(Debug)]
struct Order {
name: String,