println!(" by {} with <3 (license GPL3+)",env!("CARGO_PKG_AUTHORS"));
println!();
println!("This program takes a value with a unit and outputs the smallest value corresponding to that type to `stdout`. It then outputs the multiplyer used to convert this unit to `stderr`, if there is one needed.");