This website works better with JavaScript.
Home
Explore
Help
Sign In
korndoerferpi67188
/
ChareSWE
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
testOne
master
amadoubahaa68134
6 years ago
parent
bd397d5bd1
commit
f73bd53cc0
1 changed files
with
20 additions
and
0 deletions
Split View
Show Diff Stats
20
0
src/Credentials.java
+ 20
- 0
src/Credentials.java
View File
@@ -1,6 +1,26 @@
public class Credentials {
String login;
String hash;
Credentials(String lg, String pw){
login = lg;
hash = pw;
}
public boolean valid(){
return
}
public static void main{
}
}
Write
Preview
Loading…
Cancel
Save