Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created April 28, 2015 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsdoorn/36dd3c7e93ab42b7b45b to your computer and use it in GitHub Desktop.
Save nielsdoorn/36dd3c7e93ab42b7b45b to your computer and use it in GitHub Desktop.
juffenspel
for i in 1..300
if i % 7 == 0 or i.to_s.include? '7'
puts "juf"
else
puts i
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment