ruby file.txt encryption with ceaser method

后端 未结 0 1884
無奈伤痛
無奈伤痛 2020-12-22 05:46
    File.open("metin.txt", "r") do |file|
     puts file.read()
    class caesar_cipher
    ALPHABET = ["file"]
    attr_reader:key
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题