Skip to content

Instantly share code, notes, and snippets.

@linkerzx
Created December 1, 2021 23:04
Show Gist options
  • Save linkerzx/2ddd4cc8eddc04655edc8c60bb31c036 to your computer and use it in GitHub Desktop.
Save linkerzx/2ddd4cc8eddc04655edc8c60bb31c036 to your computer and use it in GitHub Desktop.
var N: int = 100
var M: int = 10
for j in 0||(N-1):
for i in 0 ..< M:
echo i, " ", j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment