diff options
| author | liv <liv@fastmail.com> | 2019-01-23 20:48:01 +0100 |
|---|---|---|
| committer | liv <liv@fastmail.com> | 2019-01-23 20:48:01 +0100 |
| commit | dc1f3b79f8b528659e39057ac733d07e1051bc4d (patch) | |
| tree | 5461c32ea18c38e89ac96d9baba3d7ea4b2ac9f3 /exercises/if/if1.rs | |
| parent | 141db7795b23d066a2b7c798d16c96ff53aa5a52 (diff) | |
add tests; refactor exercise links
Diffstat (limited to 'exercises/if/if1.rs')
| -rwxr-xr-x | exercises/if/if1.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/if/if1.rs b/exercises/if/if1.rs index 5118657..6dd64c0 100755 --- a/exercises/if/if1.rs +++ b/exercises/if/if1.rs @@ -9,6 +9,7 @@ pub fn bigger(a: i32, b:i32) -> i32 { // Scroll down for hints. } +// Don't mind this for now :) #[cfg(test)] mod tests { use super::*; |
