Objective-C

#import
int main() {
  NSLog(@"Hello, world!");
  return 0;
}