diff --git a/optical_flow.rs b/optical_flow.rs index e69de29..646fa5e 100644 --- a/optical_flow.rs +++ b/optical_flow.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello world!"); +} \ No newline at end of file