Sha256: 03b78a6296bf17d0ac677ec13c246e7a32edc49b7535c35e1dc85d34bd2e2a6f
Contents?: true
Size: 354 Bytes
Versions: 28
Compression:
Stored size: 354 Bytes
Contents
using System; public static class TwelveDays { public static string Recite(int verseNumber) { throw new NotImplementedException("You need to implement this function."); } public static string Recite(int startVerse, int endVerse) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
28 entries across 28 versions & 1 rubygems