printO function

void printO(
  1. dynamic text
)

Implementation

void printO(dynamic text) {
  print('\x1b[32m$text\x1B[0m');
}