Skip to content

Instantly share code, notes, and snippets.

Created September 4, 2015 16:22
Show Gist options
  • Save anonymous/9c61a0d2afe4e1effa81 to your computer and use it in GitHub Desktop.
Save anonymous/9c61a0d2afe4e1effa81 to your computer and use it in GitHub Desktop.
Places from afar
#!/usr/bin/env ruby
# encoding: utf-8
#=============# Requires #=============#
require 'securerandom'
require 'colorize'
require 'io/console'
require 'net/ldap'
require 'net/ssh'
require 'set'
a = ["hi", "bye"]
name = "John"
city = "Edinborough"
a.each do |word|
puts "#{word} #{name} of #{city}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment