rust · rust/E0601
E0601
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.