#include <iostream>using namespace std; #define _APP_ID_ "Hello World!" int main() { printf("%s (string)", _APP_ID_); return 0;}
Standard input is empty
Hello World! (string)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!