Help for this page

Select Code to Download


  1. or download this
    for (i = 0; i < 10; ++i)
      printf("%d\n", i);
    
  2. or download this
    for (i = 0; i < 10; ++i) {
      printf("%d\n", i);
    }