diff options
Diffstat (limited to 'exercises/17_tests/tests2.rs')
| -rw-r--r-- | exercises/17_tests/tests2.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exercises/17_tests/tests2.rs b/exercises/17_tests/tests2.rs index aea5c0e..501c44b 100644 --- a/exercises/17_tests/tests2.rs +++ b/exercises/17_tests/tests2.rs @@ -6,6 +6,10 @@ // Execute `rustlings hint tests2` or use the `hint` watch subcommand for a // hint. +fn main() { + // You can optionally experiment here. +} + #[cfg(test)] mod tests { #[test] |
