Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Rot13 rust #155

Merged
merged 4 commits into from
Oct 30, 2019
Merged

Rot13 rust #155

merged 4 commits into from
Oct 30, 2019

Conversation

michelsmartinez
Copy link

@michelsmartinez michelsmartinez commented Oct 29, 2019

Description

This program (lib) make the pseudo encryption 'rot13' on strings, using Rust.
ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher that replaces a letter with the 13th letter after it, in the alphabet.

Checklist:

  • My code follows the style guidelines of this project
  • I have added my code in its respective language folder.
  • I have mentioned a short description about the code at the beginning of the program.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have not deleted any files that already exist in the repository.

This is for the issue #3

@Harshsngh07 Harshsngh07 merged commit ddad3a4 into Harshsngh07:master Oct 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants