#include <stdio.h>


int main() {
  printf("Hello World!");
  return 0;
}
Optional default code goes here