Apresentar a data

void setup()
{
  Serial.begin(9600);
  Serial.println("Hello");
  int x = 123;
  Serial.println(x);
}

void loop(){}

Ctrl+Shift+M to open the monitor screen