5 lines
71 B
Nim
5 lines
71 B
Nim
|
|
const str = ["Enjoy", "Rosetta", "Code"]
|
||
|
|
|
||
|
|
for i in 0||2:
|
||
|
|
echo str[i]
|