Skip to content

Commit

Permalink
Init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bggo committed Aug 23, 2011
0 parents commit c61c943
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 1,8 @@
USAGE:

ruby reverse.rb <URL>

EX:

ruby reverse.rb /gro.seitlayoron//:ptth
http://noroyalties.org/
4 changes: 4 additions & 0 deletions reverse.rb
Original file line number Diff line number Diff line change
@@ -0,0 1,4 @@
#!/usr/bin/ruby
# ARGV - Argument ARRAY
# .reverse method to reverse a string
puts ARGV[0].reverse

0 comments on commit c61c943

Please sign in to comment.