my/c++/l1.cpp

6 lines
82 B
C++
Raw Permalink Normal View History

2026-05-28 02:34:11 +03:00
#include <iostream>
int main() {
std::cout << "hello" << std::endl;
return 0;
}