• @Vigge93
    link
    41 year ago

    for(int i = 1; i > 0; i++)

    • @lemmy_see
      link
      2
      edit-2
      1 year ago

      -8 bytes

      for (int i=1;;i++)

      • @Vigge93
        link
        11 year ago

        Not quite the same, there’s a subtle but significant difference

          • @Vigge93
            link
            21 year ago

            What happens on the next iteration when i = 2,147,483,647 for each of our loops?