Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Created October 31, 2020 02:21
Show Gist options
  • Save LarryLuTW/42938e8b52fa2df56c32a4be802cc816 to your computer and use it in GitHub Desktop.
Save LarryLuTW/42938e8b52fa2df56c32a4be802cc816 to your computer and use it in GitHub Desktop.
function loop_print2() {
for(let x = 0; x * x < 10000; x++) {
print(x)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment