about summary refs log tree commit diff
path: root/tvix/store/src/main.rs
blob: fd11f3c1c9c12a26307b3344a5a4d183658f8874 (plain) (blame)
1
2
3
4
5
mod proto;

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