atrip/bench/test_main.cxx

7 lines
91 B
C++

#include <iostream>
int main() {
std::cout << "Hello world" << std::endl;
return 0;
}