Initial Commit

This commit is contained in:
2021-02-27 15:51:54 -06:00
commit 6cf9a81ff9
9 changed files with 327 additions and 0 deletions

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

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