void setup()
{
Serial.begin(9600);
}
void loop()
Serial.print("Time:");
long Time=millis();
Serial.println(Time);
delay(1000);