#include int main(int argc, char *argv[]) { printf("Print the string `%s' here\n", "Hello" ); }