fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int numero=1;
  5. do {
  6. printf("%d", &numero);
  7. numero++;
  8. }
  9. while (numero<11);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5532KB
stdin
Standard input is empty
stdout
805645252805645252805645252805645252805645252805645252805645252805645252805645252805645252