main()1 fn main() {
2     let mut args = std::env::args();
3     assert_eq!(args.next(), args.next());
4 }
5