bitorchestra/f4.c

6 lines
91 B
C

#include "sounds.h"
int main() {
sound_loop_1(sound_4,0);
}
// vim:set sw=2 sts=2 et ai: