Sha256: 923f0ea71fe63bc28659e9a6252e22296b2a5f51c8fd445af49aba0d9246e352
Contents?: true
Size: 248 Bytes
Versions: 165
Compression:
Stored size: 248 Bytes
Contents
using System; using System.Collections.Generic; public static class SumOfMultiples { public static int Sum(IEnumerable<int> multiples, int max) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
165 entries across 165 versions & 1 rubygems