[ create a new paste ] login | about

runnig

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by runnig:

C, pasted on Mar 20:
1
2
3
4
5
#include <stdio.h>
int main()
{
  int samples_per_chunk = 1;
  if (!samples_per_chunk--)
...
view (14 lines, 2 lines of output)