Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / tests / device / test-gnustl-2 / jni / hello.cpp
blob9551516983f9ca387e0bea7cdfbab998ec035de7
1 #include <iostream>
3 int main(void)
5 time_t now = 0;
7 std::cout << "Hello ";
8 std::cout << 1.0;
9 std::cout << now;
10 std::cout << " World" << std::endl;