diff options
| author | olivia <olivia@fastmail.com> | 2018-04-26 21:41:19 +0200 |
|---|---|---|
| committer | olivia <olivia@fastmail.com> | 2018-04-26 21:41:19 +0200 |
| commit | 3ffefa32e156f3b8f05df798c4a3e6bd5899f30c (patch) | |
| tree | 82bd61aba0179a9ade710c6530b941624d746169 /src | |
| parent | 5e89d1e888a8fafc39096afce36d02e313f349c2 (diff) | |
init new cargo project
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 @@ +#[cfg(test)] +mod tests { + #[test] + fn it_works() { + assert_eq!(2 + 2, 4); + } +} |
