Skip to content

Commit ae5e40a

Browse files
committed
add comment
1 parent 75a622c commit ae5e40a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/problems/impl/FactorialIdentifierImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import problems.interfaces.FactorialIdentifier;
44

5+
/**
6+
* Solution for problem described here: https://www.reddit.com/r/dailyprogrammer/comments/55nior/20161003_challenge_286_easy_reverse_factorial/?utm_content=title&utm_medium=hot&utm_source=reddit&utm_name=dailyprogrammer
7+
*/
58
public class FactorialIdentifierImpl implements FactorialIdentifier {
69

710
@Override

0 commit comments

Comments
 (0)