diff options
author | Akshay <[email protected]> | 2021-02-26 04:47:12 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-26 04:47:12 +0000 |
commit | 7979dd9cc3d2c3c2782cdabc2411b3acf7b7d5f2 (patch) | |
tree | 3daf3f78f75c1c95767be76cf028bc5ca951addf /src |
init with spec info
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..31e1bb2 --- /dev/null +++ b/src/lib.rs | |||
@@ -0,0 +1,7 @@ | |||
1 | #[cfg(test)] | ||
2 | mod tests { | ||
3 | #[test] | ||
4 | fn it_works() { | ||
5 | assert_eq!(2 + 2, 4); | ||
6 | } | ||
7 | } | ||