Browse Source

Credentials Test

master
MRichter 1 year ago
parent
commit
763948e288
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/Main.java

+ 2
- 0
src/Main.java View File

@@ -12,6 +12,8 @@ public class Main {
Credentials cred = new Credentials(login, passwort);
if (cred.valid()) {
System.out.print("Hello World");
System.exit(0);
}
System.out.print("Du kommst hier nicht rein");
}
}

Loading…
Cancel
Save