1 2 3 4 5 6 7 8
use std::env; use hr::hr; fn main() { let args: Vec<String> = env::args().collect(); hr(args[1..].to_vec()) }