Scrambles letters in words (except for the first and the last letter)
  • C 90.6%
  • Makefile 9.4%
Find a file
2022-06-03 21:35:18 +02:00
.gitignore Initial commit 2022-06-02 18:59:57 +02:00
LICENSE Initial commit 2022-06-02 18:59:57 +02:00
main.c Commentaries added 2022-06-03 20:51:42 +02:00
main.c.scrambled Added example of self-scrambled code 2022-06-03 20:59:01 +02:00
Makefile small changes 2022-06-03 21:35:18 +02:00
README.md Sourcefile and Makefile added. 2022-06-02 19:02:43 +02:00

word_scrambler

Scrambles letters in words (except for the first and the last letter) The idea of this app came from a saying I have once heard, that if you scramble letters in a word in aforementioned way - it'll still be completely understandable. Well.. This app proves it wrong :D