@@ -1,5 +1,9 @@
-final class HandshakeCalculator {
+import java.util.List;
+final class HandshakeCalculator {
+ List<Signal> calculateHandshake(int number) {
+ throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
+ }
}