Skip to content

Commit c4c7e37

Browse files
committed
print username
1 parent 23317cd commit c4c7e37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C/drcp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ int main(int argc, char **argv)
9999

100100
printf("Enter the DB username: ");
101101
scanf("%s", userName);
102+
printf(userName);
102103
printf("Enter the DB password: ");
103104
scanf("%s", userPassword);
104105

0 commit comments

Comments
 (0)