this post was submitted on 16 Aug 2023
547 points (96.6% liked)

Programmer Humor

31331 readers
16 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 

When you come back from vacation
@programmerhumor

you are viewing a single comment's thread
view the rest of the comments
[โ€“] LazaroFilm 12 points 11 months ago* (last edited 11 months ago) (1 children)
void HelloWorld(string) {
  if (string == "print") {
    Serial.print("Hello World"};
  }
}

Solved it.