aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-26 04:47:12 +0000
committerAkshay <[email protected]>2021-02-26 04:47:12 +0000
commit7979dd9cc3d2c3c2782cdabc2411b3acf7b7d5f2 (patch)
tree3daf3f78f75c1c95767be76cf028bc5ca951addf /src/lib.rs
init with spec info
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
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)]
2mod tests {
3 #[test]
4 fn it_works() {
5 assert_eq!(2 + 2, 4);
6 }
7}