about summary refs log tree commit diff
path: root/crawler/src/main.rs
blob: b95ce699ee0ccfe1a9fd5bca450c8f558c92306c (plain) (blame)
1
2
3
fn main() {
    println!("Hello, world! Im the crawler!");
}