about summary refs log blame commit diff
path: root/tvix/store/src/main.rs
blob: c7823b87e4680d00be9f9e89f1ed15d26e434a64 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
              
            

          


            


                              
mod nixbase32;
mod nixpath;
mod proto;

#[cfg(test)]
mod tests;

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