Skip to content

Commit f44f2c1

Browse files
added comment in front of main method
1 parent 1c062e2 commit f44f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/Factorial.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import java.util.*; //for importing scanner
33

44
public class Factorial {
5-
public static void main(String[] args) {
5+
public static void main(String[] args) { //main method
66
int n = 1;
77
Scanner sc= new Scanner(System.in);
88
System.out.println("Enter Number");

0 commit comments

Comments
 (0)