Skip to content

Instantly share code, notes, and snippets.

@dimdim2
Created May 18, 2013 09:00
Show Gist options
  • Save dimdim2/5603787 to your computer and use it in GitHub Desktop.
Save dimdim2/5603787 to your computer and use it in GitHub Desktop.
var i = 2520
while((1 to 20).forall(i % _ == 0) == false) i += 1
println(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment