mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
385 B
385 B
strrevprog
Instructions
- Écrire un programme qui inverse une
string
et qui l'affiche dans la sortie standard.
Utilisation :
student@ubuntu:~/[[ROOT]]/strrevprog$ go build
student@ubuntu:~/[[ROOT]]/strrevprog$ ./strrevprog "Hello World!" | cat -e
!dlroW olleH$
student@ubuntu:~/[[ROOT]]/strrevprog$ ./strrevprog
student@ubuntu:~/[[ROOT]]/strrevprog$