summaryrefslogtreecommitdiff
path: root/test/main.cpp
blob: 88484d6eb77726f34ea6bc69513ac521df16e7d8 (plain)
1
2
3
4
5
6
#include <iostream>

int main(int argc, const char *argv[]) {
  std::cout << "Hello world!\n";
  return 0;
}