rust-fcp/src/lib.rs

10 lines
107 B
Rust

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