Skip to content

Commit

Permalink
Updated file names, fixed bug in rot13.rb and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aliclubb committed May 15, 2012
1 parent de1d497 commit 9a1cc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rot-tools/README.md
Expand Up @@ -2,4 +2,4 @@ rot-tools
==========

A quick suite of ROT13 and 18 tools which I made during a spare 10 minutes :)
EDIT I am experimenting with porting the C versions to other languages :)
EDIT: I am experimenting with other languages at the moment, so I am porting some of my programs :)
2 changes: 1 addition & 1 deletion rot-tools/ROT13.rb
Expand Up @@ -21,7 +21,7 @@
else if c[i] != 32
putc c[i] + 13
else
putc 13
putc 32
end
end
i = i + 1
Expand Down

0 comments on commit 9a1cc56

Please sign in to comment.