79395394

Date: 2025-01-28 23:12:59
Score: 1.5
Natty:
Report link
String a = "hello world";

void setup() {
  Serial.begin(9600); 
}

void loop() {
  Serial.println(a); 
  delay(1000);       
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vinit Chaniyara