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