blob: 6f277d13acd210c301e283328e1d4cd5ce003d52 [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#include <iostream>
int main(int argc, char** argv) {
std::cout << "hello, world" << std::endl;
return 0;
}