1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2025-03-01 14:48:17 +00:00
bitorchestra/f5.c

6 lines
86 B
C
Raw Normal View History

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