Adds a simple exercise for structures

This commit is contained in:
Brian Kung
2019-05-25 06:39:58 -05:00
parent 8bf8cbbd61
commit 9b92aa08ae
3 changed files with 59 additions and 0 deletions

View File

@@ -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]]