Advertisement
tm512

Audio program

Oct 27th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. int main (t)
  2. {
  3.     for (t = 0; ; t++)
  4.     {
  5.         putchar(t * ((t >> 12 | t >> 8) & 63 * t >> 4));
  6.     }
  7.     return 0;
  8. }
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement