Skip to content

Commit 75b98f8

Browse files
committed
Update Main.java
1 parent 2761466 commit 75b98f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pl/koder95/cmf/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Main {
88

99
public static void main(String[] args) {
1010
System.out.println("Catholic Moveable Feasts by Kamil Jan Mularski [Koder95]. See more: https://koder95.pl/");
11-
System.out.println(" It is starting with arguments: " + Arrays.deepToString(args));
11+
System.out.println("- It is starting with arguments: " + Arrays.deepToString(args));
1212
System.out.println();
1313

1414
Options options = new Options();

0 commit comments

Comments
 (0)