Sha256: 59891813128479bd4b8a798da4d60aa46db5994254661f1c0c3fce23adea833a
Contents?: true
Size: 195 Bytes
Versions: 116
Compression:
Stored size: 195 Bytes
Contents
using System; public static class IsbnVerifier { public static bool IsValid(string number) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
116 entries across 116 versions & 1 rubygems