Initial commit.

This commit is contained in:
Juergen Stuber
2018-11-28 16:02:33 +01:00
commit 759c9c4f8a
7 changed files with 562 additions and 0 deletions

7
src/lib.rs Normal file
View File

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