Browse Source

added a user input in the menu

remotes/origin/georg
KaffeeMaus 11 months ago
parent
commit
8bf2d9a607
  1. 5
      src/main/c/Georg/tictactoe.c

5
src/main/c/Georg/tictactoe.c

@ -68,6 +68,11 @@ int startMenu( int code ){
return 1;
}
printf("Welcome to the menu!\n");
char userInput[50];
printf( ":" );
scanf( "%s", userInput );
return 0;
}

Loading…
Cancel
Save