You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, println! requires an empty string to print an empty line to stdout, i.e, println!(""). I propose an empty argument case for convenience, i.e., println!(). This simply prints a newline.