1#include <stdio.h>
2
3int main(void) {
4  printf("Oh, hi Mark!\n");
5  return 0;
6}