Sha256: ca66f9b85f0c54c79caf881d7d42c616e7f9fc6fc9ea09b4691f9e627972d9ac
Contents?: true
Size: 189 Bytes
Versions: 281
Compression:
Stored size: 189 Bytes
Contents
using System; public static class Acronym { public static string Abbreviate(string phrase) { throw new NotImplementedException("Please implement this function"); } }
Version data entries
281 entries across 281 versions & 1 rubygems