// This is the tab "sketch.ino" with the code.
// Look for the tab "REAME.md".
void setup()
{
Serial.begin(115200);
Serial.println("Hello Serial Monitor");
}
void loop()
{
delay(10);
}
You are almost there.
This is the "Simulation" tab.
Go one tab further for the "Description" tab.