mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-31 15:48:23 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
for! 0..1, i =>
|
|
for! 0..1, j =>
|
|
for! 0..1, k =>
|
|
|
|
print! "hi"
|