Sha256: 072e53eaa75a1df5c96cc7bfc0717a90ba49f2a6b59ba16ba821278ebd50ce55
Contents?: true
Size: 182 Bytes
Versions: 275
Compression:
Stored size: 182 Bytes
Contents
using System; public static class Leap { public static bool IsLeapYear(int year) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
275 entries across 275 versions & 1 rubygems