Skip to content

Commit bc92ec4

Browse files
committed
Add stub file for PiecingItTogether exercise
1 parent d8fb729 commit bc92ec4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class PiecingItTogether {
2+
public PartialJigsawInformation getCompleteInformation(PartialJigsawInformation input) {
3+
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
4+
}
5+
}

0 commit comments

Comments
 (0)