helper line

This commit is contained in:
Mylloon 2022-08-23 13:44:24 +02:00
parent 95bd3a53a9
commit c771c249c5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -69,5 +69,6 @@ async fn main() {
// Show the calendar
println!("Displaying...");
timetable::display(timetable);
println!("You may need to turn your terminal emulator in fullscreen if it's not already the case.");
}
}