Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.md
This commit is contained in:
schrom01 2021-11-12 10:40:26 +01:00
commit accc8194ef
2 changed files with 1 additions and 11 deletions

View File

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

View File

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