diff options
| author | Brian Kung <brian@callmekung.com> | 2019-05-25 06:39:58 -0500 |
|---|---|---|
| committer | Brian Kung <brian@callmekung.com> | 2019-05-25 06:39:58 -0500 |
| commit | 9b92aa08aead17d7737137f1c5c382548797b83e (patch) | |
| tree | a1707dc54c1b04901269fa88d5c0c2f8eb34de91 /info.toml | |
| parent | 8bf8cbbd61a909b0580162c9f1fd314885daf1c2 (diff) | |
Adds a simple exercise for structures
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]] |
