summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorBrian Kung <brian@callmekung.com>2019-05-25 06:39:58 -0500
committerBrian Kung <brian@callmekung.com>2019-05-25 06:39:58 -0500
commit9b92aa08aead17d7737137f1c5c382548797b83e (patch)
treea1707dc54c1b04901269fa88d5c0c2f8eb34de91 /info.toml
parent8bf8cbbd61a909b0580162c9f1fd314885daf1c2 (diff)
Adds a simple exercise for structures
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 207e8da..ac81975 100644
--- a/info.toml
+++ b/info.toml
@@ -76,6 +76,12 @@ mode = "compile"
path = "exercises/primitive_types/primitive_types6.rs"
mode = "compile"
+# STRUCTS
+
+[[exercises]]
+path = "exercises/structs/structs1.rs"
+mode = "test"
+
# TESTS
[[exercises]]