add tests; refactor exercise links

This commit is contained in:
liv
2019-01-23 20:48:01 +01:00
parent 141db7795b
commit dc1f3b79f8
11 changed files with 51 additions and 26 deletions

View File

@@ -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::*;