This website works better with JavaScript.
Home
Explore
Help
Sign In
klasingbr88631
/
Passwort-Pruefer-Profis
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Credentials Test
master
MRichter
2 years ago
parent
70a2ddec87
commit
763948e288
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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");
}
}
Write
Preview
Loading…
Cancel
Save