Skip to content

Instantly share code, notes, and snippets.

View bradleygrant's full-sized avatar

Bradley Grant bradleygrant

  • Colorado Springs, CO
View GitHub Profile
// Helper functions for music
#include <cs50.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "helpers.h"
int findOctave(char);