You must log in or # to comment.
void HelloWorld(string) { if (string == "print") { Serial.print("Hello World"}; } }
Solved it.
@LazaroFilm well done :D
I’m more
Hello print("World")
im more of a c person
index[array]
void HelloWorld(void (* func)(const char*)) { func("Hello world!"); }