Sha256: b840ee6b7b7da811b49a10450c8e15b40317c767184d7b407d7c32f71d494d14

Contents?: true

Size: 187 Bytes

Versions: 21

Compression:

Stored size: 187 Bytes

Contents

final class LuhnValidator {

    boolean isValid(String candidate) {
        throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
    }

}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
trackler-2.1.0.19 tracks/java/exercises/luhn/src/main/java/LuhnValidator.java