Files
2025-02-05 04:43:28 +00:00

5 lines
90 B
Plaintext

if (size == 1) {
}
<spot>for(int i = 0; i < size; i++) {
System.out.println(i);
}</spot>