adding links to the sources of the sounds

This commit is contained in:
Vincent Batts 2011-11-14 10:26:06 -05:00
parent 22e40e06d6
commit dd8b338e5e
2 changed files with 7 additions and 0 deletions

3
SOURCES Normal file
View File

@ -0,0 +1,3 @@
http://www.youtube.com/watch?v=GtQdIYUtAHg
http://www.youtube.com/watch?v=qlrs2Vorw2Y
http://www.youtube.com/watch?v=tCRPUv8V22o

4
f5.c Normal file
View File

@ -0,0 +1,4 @@
main(t){
for(t=0;;t++)
putchar(((t*("36364689"[t>>13&7]&15))/12&128)+(((((t>>12)^(t>>12)-2)%11*t)/4|t>>13)&127));
}