#include #include #include "template_stemlib/HelloWorld.h" int main() { printf("%s\n", helloWorld()); return EXIT_SUCCESS; }