mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-12 15:45:22 +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"
|