Sha256: 6822acf0245a4f600a9b62f818fd0434a9b325f122545710d9fefc6a7c435f07
Contents?: true
Size: 227 Bytes
Versions: 21
Compression:
Stored size: 227 Bytes
Contents
import java.util.List; final class HandshakeCalculator { List<Signal> calculateHandshake(int number) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
21 entries across 21 versions & 1 rubygems