Sha256: 4ebf03999e22895e8042e9667efaea13df9621bfc6fdd7e71ca94a8600a64204
Contents?: true
Size: 475 Bytes
Versions: 148
Compression:
Stored size: 475 Bytes
Contents
using System; public static class Squares { public static int SquareOfSums(int max) { throw new NotImplementedException("You need to implement this function."); } public static int SumOfSquares(int max) { throw new NotImplementedException("You need to implement this function."); } public static int DifferenceOfSquares(int max) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
148 entries across 148 versions & 1 rubygems