about summary refs log tree commit diff
path: root/tvix/store/src/main.rs
mod proto;

fn main() {
    println!("Hello, world!");
}