7 lines
75 B
Text
7 lines
75 B
Text
|
|
go =>
|
||
|
|
N = 0,
|
||
|
|
do
|
||
|
|
N := N+1,
|
||
|
|
println(N)
|
||
|
|
while (N mod 6 != 0).
|