Removed project config

This commit is contained in:
TiagoRG 2023-02-25 16:13:07 +00:00
parent 682db9c618
commit f804a55cdc
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -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)