#include <stdio.h>

void doYouDo(const char* jobs){
  printf("Hello, I am %s.\n", jobs);
}