bakare/src/main.rs

13 lines
123 B
Rust
Raw Normal View History

2018-08-17 09:58:00 +01:00
fn main() {
println!("Hello, world!");
}
2018-08-17 17:58:18 +01:00
#[cfg(test)]
mod should {
#[test]
fn hash_scanned_files(){
}
}