If you've ever wondered how overkill C can get, enjoy these 100+ lines of code just to read a string from the keyboard and print it reversed on the screen
Go to file
Mattia 6436a6a098
Initial commit
2021-05-05 21:57:57 +02:00
.gitignore Initial commit 2021-05-05 21:57:57 +02:00
LICENSE Initial commit 2021-05-05 21:57:57 +02:00
README.md Initial commit 2021-05-05 21:57:57 +02:00

README.md

C-string-reverse

If you've ever wondered how overkill C can get, enjoy these 100+ line of code just to read a string from the keyboard and print it reversed on the screen