Skip to content

Commit a03f08d

Browse files
committed
````````````
1 parent e1f83a0 commit a03f08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18.3_FactorialCalculator/src/FactorialCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public static void main(String[] args)
2020
for (int counter = 0; counter <= 21; counter++)
2121
System.out.printf("%d! = %d\n", counter, factorial(counter) );
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)