From 7979dd9cc3d2c3c2782cdabc2411b3acf7b7d5f2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 26 Feb 2021 10:17:12 +0530 Subject: init with spec info --- src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/lib.rs (limited to 'src') 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 @@ +#[cfg(test)] +mod tests { + #[test] + fn it_works() { + assert_eq!(2 + 2, 4); + } +} -- cgit v1.2.3