initial commit

This commit is contained in:
nora 2022-04-03 11:49:30 +02:00
parent 9697e8bce8
commit 062e2f7ee2
3 changed files with 19 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);
}
}