init start modules

This commit is contained in:
artus
2018-12-16 14:44:58 +01:00
parent 064619b18a
commit 20f73d1c1d
8 changed files with 54 additions and 4 deletions

7
cookbook/src/lib.rs Normal file
View File

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