2021-01-24 05:19:35 +01:00

7 lines
94 B
Rust

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