removed debug outputs
This commit is contained in:
parent
efc93bdc6a
commit
03f9a6ff60
|
@ -15,8 +15,6 @@ int main() {
|
||||||
puts("Error");
|
puts("Error");
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
puts(password);
|
|
||||||
puts(*my_string);
|
|
||||||
if (strcmp(*my_string, password) == 0) {
|
if (strcmp(*my_string, password) == 0) {
|
||||||
puts("Success");
|
puts("Success");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue