initial commit

This commit is contained in:
Martin Algesten
2017-12-10 13:32:53 +01:00
commit f1b9318994
5 changed files with 21 additions and 0 deletions

7
src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}