#include <Arduino.h>
#line 1 {{QuoteCppString .sketch.MainFile.Name}}
void setup() {

}

void loop() {

}
#line 1 {{QuoteCppString (index .sketch.OtherSketchFiles 0).Name}}

#line 1 {{QuoteCppString (index .sketch.OtherSketchFiles 1).Name}}
String hello() {
  return "world";
}
