Sha256: 76d05e7b3458651ea34154712fca7fe788c2772ab1daa6cbee5db26c3081c82d
Contents?: true
Size: 153 Bytes
Versions: 166
Compression:
Stored size: 153 Bytes
Contents
using System; public static class PrimeFactors { public static int[] Factors(long number) { throw new NotImplementedException(); } }
Version data entries
166 entries across 166 versions & 1 rubygems