Sha256: 0cf9406de2c108226079f10253ff2704ab7040f7a7704dd6bd0aeaeff697d627
Contents?: true
Size: 235 Bytes
Versions: 271
Compression:
Stored size: 235 Bytes
Contents
using System; using System.Collections.Generic; using System.Linq; public static class NthPrime { public static int Prime(int nth) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
271 entries across 271 versions & 1 rubygems