/* * Takes the first n lines of input, passes to stdout. */ fn main() { println!("Hello, world2!"); }