Sha256: 79807addb6b8ed755b51f1380b2a842de5c093a8a7c9bd79404309e252331b70
Contents?: true
Size: 216 Bytes
Versions: 253
Compression:
Stored size: 216 Bytes
Contents
using System; public static class ScaleGenerator { public static string[] Pitches(string tonic, string pattern) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
253 entries across 253 versions & 1 rubygems