Credentials Test
This commit is contained in:
parent
70a2ddec87
commit
763948e288
@ -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…
x
Reference in New Issue
Block a user