Initial commit

This commit is contained in:
xenofem 2020-06-18 19:38:55 -04:00
commit 9c484e6bc1
4 changed files with 42 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);
}
}