my/c++/l1.cpp
2026-05-28 18:40:32 +03:00

5 lines
82 B
C++

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