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