@@ -6,7 +6,7 @@ public class Main { | |||
// String login = s.next(); | |||
// System.out.println("Passwort:"); | |||
// String pwd = s.next(); | |||
s. close(); | |||
// s. close(); | |||
Helpers.readTextdatei("src/passwd.txt"); | |||
Helpers.writeTextdatei("src/passwd.txt", Helpers.readTextdatei("src/passwd.txt")); |