my/c++/l1.cpp
2026-06-26 00:33:10 +03:00

5 lines
82 B
C++

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