Guest User

Untitled

a guest
Jul 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. 1 to 100 foreach(i=>println(if(i%15==0)"FizzBuzz" else if(i%5==0)"Buzz" else if(i%3==0)"Fizz" else i))
Add Comment
Please, Sign In to add comment