Skip to content

Commit 09354f9

Browse files
committed
Add stub
1 parent a28865b commit 09354f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import java.util.List;
2+
3+
public class IntergalacticTransmission {
4+
5+
public static List<String> getTransmitSequence(List<String> message) {
6+
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
7+
}
8+
9+
public static List<String> decodeSequence(List<String> sequence) {
10+
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
11+
}
12+
13+
}

0 commit comments

Comments
 (0)