summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
committerYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
commit6d64a43f2b3ff7ca685fff64427c84b81e659afa (patch)
treed35907262ea3659f3127e1697991b57f8621064a /src/lib.rs
Initial working build
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 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ assert_eq!(2 + 2, 4);
+ }
+}