blob: 963d8a102dca10b2dfa04f6afcbfda0e930d26b4 [file] [log] [blame]
// -*- C++ -*-
//===-------------------- support/android/wchar_support.c ------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <iostream>
int main(void) {
std::cout << "Hello World\n" << std::endl;
return 0;
}