From 9b92aa08aead17d7737137f1c5c382548797b83e Mon Sep 17 00:00:00 2001 From: Brian Kung Date: Sat, 25 May 2019 06:39:58 -0500 Subject: Adds a simple exercise for structures --- info.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'info.toml') 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]] -- cgit v1.2.3