Sha256: 5acfb599652fe7a85e61571f4423475e4b1cc9b78934dce0331bd02d1de98fb7
Contents?: true
Size: 309 Bytes
Versions: 281
Compression:
Stored size: 309 Bytes
Contents
using System; public static class Grains { public static ulong Square(int n) { throw new NotImplementedException("You need to implement this function."); } public static ulong Total() { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
281 entries across 281 versions & 1 rubygems