Browse Source

strrev program for the exams

content-update
Augusto 5 years ago committed by Christopher Fremond
parent
commit
62f56d89f4
  1. 15
      subjects/strrevprog.en.md

15
subjects/strrevprog.en.md

@ -0,0 +1,15 @@
## strrevprog
### Instructions
- Write a program that reverses a `string` and writes it in standard output.
### Expected output :
```console
student@ubuntu:~/piscine-go/strrevprog$ go build
student@ubuntu:~/piscine-go/strrevprog$ ./strrevprog "Hello World!"
!dlroW olleH
student@ubuntu:~/piscine-go/strrevprog$ ./strrevprog
student@ubuntu:~/piscine-go/strrevprog$
```
Loading…
Cancel
Save