first commit

This commit is contained in:
zoe 2022-04-30 19:27:38 +02:00
parent bb17c577dd
commit f5f66b5918
10 changed files with 69 additions and 8 deletions

View file

@ -1,8 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
let result = 2 + 2;
assert_eq!(result, 4);
}
}