Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 623 Bytes

ROT13 Challenge

This repository is a collection of ROT13 encoding programs written in various programming languages, created purely for fun.

You're invited to participate! Fork the repository, contribute your code, and submit a pull request.

Contribution Guidelines:

  • Your program should include both input and output functionality, adhering to the following format:
Enter string to encode:
NOWHERE abjurer 123.
Encoded string:
ABJURER nowhere 123.
  • Name your file main.<language extension> whenever possible.
  • Place your file/project within a folder <language name>.