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