diff options
Diffstat (limited to 'exercises/test4.rs')
| -rw-r--r-- | exercises/test4.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/test4.rs b/exercises/test4.rs index e50f1b0..c543a64 100644 --- a/exercises/test4.rs +++ b/exercises/test4.rs @@ -5,6 +5,8 @@ // Write a macro that passes the test! No hints this time, you can do it! +// I AM NOT DONE + fn main() { if my_macro!("world!") != "Hello world!" { panic!("Oh no! Wrong output!"); |
