../hello-there

hello, there

#include <iostream>

int main() {
    std::cout << "hello, there!\n";
    return 0;
}