2023-10-13 10:09:01 +03:00

6 lines
91 B
C++

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