We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2761466 commit 75b98f8Copy full SHA for 75b98f8
src/main/java/pl/koder95/cmf/Main.java
@@ -8,7 +8,7 @@ public class Main {
8
9
public static void main(String[] args) {
10
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));
+ System.out.println("- It is starting with arguments: " + Arrays.deepToString(args));
12
System.out.println();
13
14
Options options = new Options();
0 commit comments