added cargo files

This commit is contained in:
2021-05-26 18:06:47 +02:00
parent 61f908b408
commit b1e39cdb75
3 changed files with 22 additions and 12 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);
}
}