This website requires JavaScript.
Explore
Help
Sign In
2210943
/
assignments
forked from
ree-lecture/assignments
Watch
0
Star
0
Fork
You've already forked assignments
0
Code
Pull Requests
Activity
master
assignments
/
Assignment_001
/
solution
/
KeyCheck.java
7 lines
96 B
Java
Raw
Permalink
Blame
History
public
class
KeyCheck
{
public
boolean
checkKey
(
String
key
)
{
return
true
;
}
}
View Git Blame
Copy Permalink