Browse Source

initial commit

master
red 4 years ago
commit
0be6759229
2 changed files with 9 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +7
    -0
      src/lib.rs

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
/target
Cargo.lock

+ 7
- 0
src/lib.rs View File

@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}

Loading…
Cancel
Save