#include int main(int argc, char** argv) { (void)argc; (void)argv; std::cout << "Hello RPI" << std::endl; return 0; }