ソースを参照

Update README.md

KrYounger 6 年 前
コミット
5d044a5969
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      README.md

+ 3
- 3
README.md ファイルの表示

3
 
3
 
4
 Create a few ciphers. Use String inside of your classes.
4
 Create a few ciphers. Use String inside of your classes.
5
 
5
 
6
-1 ROT13 - take the 26 letters of the alphabet and create a `String <- doRot13(String)` method in the ROT13 class
7
-2 Caesar - make a subclass of ROT13 that implements the famous caesar cipher.
8
-3 Create you own cipher, using a different set of 
6
+* ROT13 - take the 26 letters of the alphabet and create a `String <- doRot13(String)` method in the ROT13 class
7
+* Caesar - make a subclass of ROT13 that implements the famous caesar cipher.
8
+* Create you own cipher, using a different set of 
9
 
9
 
10
 ## Explanation
10
 ## Explanation
11
 
11