Change to README file and deleted TextInputTest file.

This commit is contained in:
amadoste 2021-11-12 10:32:48 +01:00
parent 08035b2f55
commit 274836ae5a
2 changed files with 1 additions and 11 deletions

View File

@ -37,7 +37,7 @@ If you want to delete a specific paragraph then please enter the command del and
```INDEX```
Please enter the command index to show the index.
#Print the Text
#PRINT the Text
```PRINT```
Please enter the command print to print out the current text you have. To change the output format, use the commands ```FORMAT FIX``` and ```FORMAT RAW```

View File

@ -1,10 +0,0 @@
import org.junit.jupiter.api.Test;
class TextInputTest {
@Test
public void inputTest() {
}
}