printa method

void printa()

Implementation

void printa() {
  stdin.readLineSync();
  print("hell0");
}