monorepo/TTT/main.cpp
2023-04-24 11:41:34 +03:00

6 lines
83 B
C++

#include <iostream>
int main(int, char**) {
std::cout << "Hello, world!\n";
}