keyStrokes method

void keyStrokes()

writes Press q to quit...

Implementation

void keyStrokes() {
  quit();
  reload();
}