use std::env; mod rocli; fn main() { let args: Vec = env::args().collect(); println!("Hello, world!"); }