E0601
rust Missing main Function
A binary crate was compiled without a main function as the program entry point. Add a fn main() to the crate root.
A binary crate was compiled without a main function as the program entry point. Add a fn main() to the crate root.