Add fun emoji

This commit is contained in:
Richard Feldman 2020-05-05 18:34:36 -04:00
parent d7ee713bc5
commit 42b4e5acf6

View file

@ -33,7 +33,7 @@ fn run_event_loop() {
event: WindowEvent::CloseRequested,
..
} => {
println!("Thank you for flying Roc Airlines!");
println!("✈️ Thank you for flying Roc Airlines!");
*control_flow = ControlFlow::Exit
}
Event::MainEventsCleared => window.request_redraw(),