C Michael

#include <stdio.h>

int main() {
   printf("Michael!");
   return 0;
}
Skull Sherbet