diff options
Diffstat (limited to 'tvix/store/src/main.rs')
-rw-r--r-- | tvix/store/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/src/main.rs b/tvix/store/src/main.rs index e7a11a969c03..fd11f3c1c9c1 100644 --- a/tvix/store/src/main.rs +++ b/tvix/store/src/main.rs @@ -1,3 +1,5 @@ +mod proto; + fn main() { println!("Hello, world!"); } |