Give me a text and I will eat it.
Just clone this repo.
In order to execute this program, open your terminal in your project root folder do the following:
python3 ./main.py
- Write any text and the program will "eat it"
- if you don't write anything and press enter you'll enter
command mode
- in command modem you can write the following commands:
get <number>
: Get the<number>
th text the program has eaten.compare <number> <number>
Compare if the<number>
th and the<number>
th text are equalexit
: Exit the program
- Create a fork and make some changes or add something new.
- Create a pull request with the additions you've made
- Wait till those additions are approved.