#include int main(int argc, char *argv[]) { fprintf(stdout, "Oh, hi Mark!\n"); return 0; }