6 lines
87 B
Text
6 lines
87 B
Text
import Crypto;
|
|
|
|
int main(){
|
|
string r = rot13("Hello, World");
|
|
write(r + "\n");
|
|
}
|