diff --git a/1ano/2semestre/poo/poo.iml b/1ano/2semestre/poo/poo.iml deleted file mode 100644 index c90834f..0000000 --- a/1ano/2semestre/poo/poo.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/1ano/2semestre/poo/src/aula03/Calendar.java b/1ano/2semestre/poo/src/aula03/Calendar.java index ba3711c..6b2cdef 100644 --- a/1ano/2semestre/poo/src/aula03/Calendar.java +++ b/1ano/2semestre/poo/src/aula03/Calendar.java @@ -45,7 +45,7 @@ public class Calendar { } private static void printCalendar(int[] data, int monthDays) { - System.out.printf("\n%13s %d\n", monthName(data[0]), data[1]); + System.out.printf("\n%15s %d\n", monthName(data[0]), data[1]); System.out.println("Dom Seg Ter Qua Qui Sex Sab"); if (data[2] != 7)