int i;
double j;

func int main() {
  string s;
  print("Hello World!");
  return 0;
}
