xxxxxxxxxx
// No C++ sample provided for this snippet.
// Use this to test your own C++ code.
​
#include <iostream>
int main() {
std::cout << "hello, world" << std::endl;
return 0;
}