void setup() {
  pinMode(13, OUTPUT);
  tone(13, 262, 250);
}

void loop() {
  // put your main code here, to run repeatedly:

}