Display a prompt
static String prompt(String question) { stdout.write('\x1B[36m?\x1B[0m $question '); return stdin.readLineSync() ?? ''; }