my/c++/l1.cpp

6 lines
82 B
C++
Raw Normal View History

2026-06-26 00:33:10 +03:00
#include <iostream>
int main() {
std::cout << "hello" << std::endl;
return 0;
}