Andy Weidenbaum 187c5f55ea init
2021-02-04 11:09:05 +11:00

8 lines
95 B
Rust

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