my/cpp/l1.cpp
2026-05-28 02:34:11 +03:00

5 lines
82 B
C++

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