bitorchestra/f5.c

6 lines
91 B
C

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