HambiMap/frontend/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2023-06-05 08:38:14 +00:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}