Initial commit

This commit is contained in:
Alekos Filini
2020-01-22 23:13:11 +01:00
commit 96c87ea5ed
8 changed files with 39 additions and 0 deletions

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

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