New paste Repaste Download
int listings() {
  for (int x = 0; x < 5; x++) {
    for (int y = 0; y < 5; x++) {
      printf("%d, %d", x, y);
    }
  }
  return 0;
}
Filename: None. Size: 143b. View raw, , hex, or download this file.

This paste expires on 2025-09-18 08:32:49.988353. Pasted through web.