Skip to content

Commit bc785e4

Browse files
committed
Fix package statement
1 parent e0b585a commit bc785e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/codefortomorrow/advanced/chapter13/solutions/NegativeSum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codefortomorrow.advanced.chapter13.practice;
1+
package com.codefortomorrow.advanced.chapter13.solutions;
22

33
/*
44
Implement the iterative code as a recursive

0 commit comments

Comments
 (0)