Browse Source

rot14 readme for the exams

content-update
lee 5 years ago committed by Christopher Fremond
parent
commit
c2d2586e2e
  1. 18
      subjects/rot14prog.en.md

18
subjects/rot14prog.en.md

@ -0,0 +1,18 @@
## rot14
### Instructions
Write a program that prints the `string` passed as argument, transformed into a `rot14 string`.
### Usage
```console
student@ubuntu:~/rot14prog$ go build
student@ubuntu:~/rot14prog$ ./rot14prog "Hello How are You"
Vszzc Vck ofs Mci
student@ubuntu:~/rot14prog$ ./rot14prog Hello How are You
student@ubuntu:~/rot14prog$ ./rot14prog
student@ubuntu:~/rot14prog$
```
Loading…
Cancel
Save