1
0
Fork 0
mirror of synced 2024-05-07 14:03:48 +12:00
czkawka/czkawka_core/src/lib.rs

12 lines
153 B
Rust

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