Created
March 8, 2016 19:11
-
-
Save rugyoga/ea27326ab33b4b7cc40c to your computer and use it in GitHub Desktop.
ruby echo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
while a = gets | |
puts "#{a}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment