mirror of
https://github.com/Noratrieb/safe-stuff.git
synced 2026-01-14 16:35:05 +01:00
initial commit 2.0
This commit is contained in:
parent
41ae38cdea
commit
6db7e82491
3 changed files with 19 additions and 0 deletions
8
src/lib.rs
Normal file
8
src/lib.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = 2 + 2;
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue