init commit

This commit is contained in:
2021-12-12 13:16:27 +01:00
commit 18118bb6c3
3 changed files with 18 additions and 0 deletions

8
src/lib.rs Normal file
View File

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