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