Skip to content

Commit

Permalink
gros commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexiscomete committed Mar 22, 2021
1 parent f324c6a commit d7d36d8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified out/artifacts/challengeAlexiscomete/challengeAlexiscomete.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/FileEditApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public FileEditApp(String fileName, File file, Admin admin, GetScanner sc) {
public void mainLoop() {
String answer = "";
System.out.println("Welcome to the text editor");
System.out.println("<< for read commands, >> for write commands, >>help and <<help");
System.out.println("<< for read, >> for write, use help");
while (!answer.equals("stop")) {
System.out.print("|]" + fileName + "[| -> ");
answer = sc.getScanner().nextLine();
Expand Down
Binary file added target/classes/CommandsEnumEditFile.class
Binary file not shown.
Binary file removed target/classes/CommandsEnumRead.class
Binary file not shown.
Binary file removed target/classes/CommandsEnumWrite.class
Binary file not shown.
Binary file modified target/classes/FileEditApp.class
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/WriteHelp.class
Binary file not shown.

0 comments on commit d7d36d8

Please sign in to comment.