We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d8dbd commit c272123Copy full SHA for c272123
kmldrv-user.c
@@ -98,6 +98,7 @@ int main(int argc, char *argv[])
98
printf("\t Ctrl + P - Pause to show the game\n");
99
printf("\t Ctrl + C - Continue to show the game\n");
100
printf("\t Ctrl + R - Restart a tic-tac-toe game\n");
101
+ printf("\t Ctrl + Q - Stop the tic-tac-toe game\n");
102
return 0;
103
default:
104
printf("Invalid arguments\n");
0 commit comments