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

          


                              
mod proto;

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