Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created April 11, 2017 16:31
Show Gist options
  • Save uzbekdev1/4fdd834f4111896eff777df9cfba636a to your computer and use it in GitHub Desktop.
Save uzbekdev1/4fdd834f4111896eff777df9cfba636a to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
var s=0
for (i in 1..173) {
s+=i*i;
}
println(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment