Created
December 1, 2021 23:04
-
-
Save linkerzx/2ddd4cc8eddc04655edc8c60bb31c036 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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