We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fb729 commit bc92ec4Copy full SHA for bc92ec4
exercises/practice/piecing-it-together/src/main/java/PiecingItTogether.java
@@ -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