diff options
| author | Yuval Adam <_@yuv.al> | 2019-03-15 15:16:39 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-03-15 15:16:39 +0200 |
| commit | 6d64a43f2b3ff7ca685fff64427c84b81e659afa (patch) | |
| tree | d35907262ea3659f3127e1697991b57f8621064a /src/lib.rs | |
Initial working build
Diffstat (limited to 'src/lib.rs')
| -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 @@ +#[cfg(test)] +mod tests { + #[test] + fn it_works() { + assert_eq!(2 + 2, 4); + } +} |
