C言語:
#include<stdio.h>
int main()
{
  puts(゙Hello world゙);
  return 0;
}

C++言語:
#include<stdio.h>
int main()
{
  puts(゙Hello world゙);
  return 0;
}

Objective-C言語:
#include<stdio.h>
int main()
{
  puts(゙Hello world゙);
  return 0;
}