Sha256: 31ab6bdfb98d5b4f964235fc7a57ac0fa65c762158d11be522ebaa52ded16328
Contents?: true
Size: 336 Bytes
Versions: 234
Compression:
Stored size: 336 Bytes
Contents
using System; public static class BeerSong { public static string Verse(int number) { throw new NotImplementedException("You need to implement this function."); } public static string Verses(int begin, int end) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
234 entries across 234 versions & 1 rubygems