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