mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add fun emoji
This commit is contained in:
parent
d7ee713bc5
commit
42b4e5acf6
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue