#include <iostream>

int main(int argc, char const *argv[]) {
  std::cout << "Hello, this is lucene test" << std::endl;
  return 0;
}
