Skip to content

Commit 331422c

Browse files
authored
Fixed Compilation Error
1 parent c17cd64 commit 331422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic/Calculate Factorial of A Number/SolutionByGurirath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Write a program to print the factorial of a number.
44
*/
55
import java.util.*;
6-
public class Hacktoberfest1
6+
public class SolutionByGurirath
77
{
88
public static void main(String args[])
99
{

0 commit comments

Comments
 (0)