/*
This program lists all possible "Chord Scales," where a chord scale is defined as:
1. Consisting entirely of only half steps and whole steps.
2. "Wraping" back to the starting note after exactly one octave.
3. Containing no two consecutive half-steps, even when "wrapping" to the octave above or below.
for more information, click here. */
#include "stdio.h"
int
main()
{