1
0
Fork 0
aoc2021/src/lib.rs
2021-12-01 13:29:00 +01:00

8 lines
124 B
Rust

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