main function doesn't need to return anything
This commit is contained in:
@@ -981,5 +981,5 @@ fn test_room_to_string() {
|
||||
// }
|
||||
|
||||
fn main() {
|
||||
println!("why does a crate need a main function?")
|
||||
println!("why does a crate need a main function?");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user