Code formatiert

This commit is contained in:
Marc Koch 2020-04-20 14:36:30 +02:00
parent cb3c154a0a
commit e8e035d566
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public class Geburtstag {
System.out.println("Jetzt ist:");
System.out.println(jetzt.getDayOfMonth() + "." + jetzt.getMonthValue() + "." + jetzt.getYear() +
", " + jetzt.getHour() + ":" + jetzt.getMinute());
System.out.println();
int tageBisGeburtstag = 0;
// Wie viele Tage hat dieses Jahr? (Schaltjahr?)