7 lines
76 B
Text
7 lines
76 B
Text
0 => int value;
|
|
do
|
|
{
|
|
value++;
|
|
<<<value>>>;
|
|
}
|
|
while(value % 6 != 0);
|