6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
class Integer {}
|
||
|
for(i = 0 i = 20 i = 30){
|
||
|
// code
|
||
|
Integer j = 55
|
||
|
}
|