Sha256: f04a4428ac950fb8de11ea978a4f0267066113efcb3a2a485ccbed776432cad7
Contents?: true
Size: 353 Bytes
Versions: 28
Compression:
Stored size: 353 Bytes
Contents
using System; public static class FoodChain { 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