Sha256: 5013925dac6e7435f7eb9a1365fb017ed3fb1af2c1a17dd88bc0ae239c506dbb
Contents?: true
Size: 149 Bytes
Versions: 115
Compression:
Stored size: 149 Bytes
Contents
using System; public static class PrimeFactors { public static int[] For(long number) { throw new NotImplementedException(); } }
Version data entries
115 entries across 115 versions & 1 rubygems