Sha256: 17be625243376f537b00189fa706f41b940649bd39e222e7b042d1c8b21f5d32
Contents?: true
Size: 349 Bytes
Versions: 28
Compression:
Stored size: 349 Bytes
Contents
using System; public static class House { 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