Skip to content

Instantly share code, notes, and snippets.

@gyugyu90
Created April 26, 2020 14:51
Show Gist options
  • Save gyugyu90/fe7eab4488d00296d6dbecc1d54f9fd1 to your computer and use it in GitHub Desktop.
Save gyugyu90/fe7eab4488d00296d6dbecc1d54f9fd1 to your computer and use it in GitHub Desktop.
fun main() {
for (x in 1..5) {
print(x)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment